*{-moz-box-sizing:border-box;box-sizing:border-box;}
#wrapper{ height:100%;}
html,body{ height:100%;-webkit-tap-highlight-color: transparent;/*scroll-behavior:smooth;*/}
body{padding:0px ;margin:0; font-size:12px; background:#ffffff; overflow-x:hidden;/*font-family:"Microsoft YaHei";*/ font-family:"Microsoft YaHei"}
a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,table,tr,td,form,iframe,font,em,i{/*font-family:"Microsoft YaHei";*/font-size:12px; font-weight:normal;word-break: normal;word-wrap: break-word;  font-style:normal; padding:0px ;margin:0;text-decoration:none;outline:none;-moz-outline:none; font-family:"Microsoft YaHei"}
a:focus{outline-style:none; -moz-outline-style: none;}
a:hover{ text-decoration:none;}
p{word-break: normal;word-wrap: break-word; }
img{ border:none;max-width:100%;}
li{ list-style:none; text-decoration:none;}
input {outline: none;text-decoration:none;-ms-outline:none; }
textarea {outline: none;text-decoration:none;}
select{outline: none;text-decoration:none;}
/*input:focus{ border:1px solid #9c9f58;}*/
select:focus{ border:none;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}	
a{text-decoration:none;}
button {
	margin:0;
	padding:0;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	background:0 0;
	border:none;
	border-radius:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	outline:0;
	cursor:pointer
}
/*::-webkit-scrollbar{width:9px; background-color:#000;}
::-webkit-scrollbar-thumb{border:solid 2px #000; width:5px;  border-radius:4px; background-color:#f94f73;}
::-webkit-scrollbar-corner{background-color:#000;}
::-webkit-scrollbar:horizontal{height:9px;}*/

.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
@media (min-width:768px) {
	.container {
	width:750px
}
}
@media (min-width:992px) {
	.container {
	width:970px
}
}
@media (min-width:1200px) {
	.container {
	width:1230px;
  
}
}
@font-face {
  font-family: "msjh_boot";
  src: url("msjh_boot.woff2") format("woff2"),
       url("msjh_boot.woff") format("woff"),
       url("msjh_boot.ttf") format("truetype"),
       url("msjh_boot.eot") format("embedded-opentype"),
       url("msjh_boot.svg") format("svg"),
       url("msjh_boot.otf") format("opentype");
}

@font-face {
  font-family: "msjhbd";
  src: url("msjhbd.woff2") format("woff2"),
       url("msjhbd.woff") format("woff"),
       url("msjhbd.ttf") format("truetype"),
       url("msjhbd.eot") format("embedded-opentype"),
       url("msjhbd.svg") format("svg"),
       url("msjhbd.otf") format("opentype");
}

a:hover,a:focus,a:link,a:visited,a:active { text-decoration: none;}


.wbk::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #222222; 
} 
.wbk:-moz-placeholder, textarea:-moz-placeholder { 
color: #222222; 
} 
.wbk::-moz-placeholder, textarea::-moz-placeholder { 
color: #222222; 
} 
.wbk:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #222222; 
} 

.wbk1::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #222222; 
} 
.wbk1:-moz-placeholder, textarea:-moz-placeholder { 
color: #222222; 
} 
.wbk1::-moz-placeholder, textarea::-moz-placeholder { 
color: #222222; 
} 
.wbk1:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #222222; 
} 

.wbk8::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #262626; 
} 
.wbk8:-moz-placeholder, textarea:-moz-placeholder { 
color: #262626; 
} 
.wbk8::-moz-placeholder, textarea::-moz-placeholder { 
color: #262626; 
} 
.wbk8:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #262626; 
} 

.wbk10::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #868686; 
} 
.wbk10:-moz-placeholder, textarea:-moz-placeholder { 
color: #868686; 
} 
.wbk10::-moz-placeholder, textarea::-moz-placeholder { 
color: #868686; 
} 
.wbk10:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #868686; 
} 


.wbk12::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #b2b2b2; 
} 
.wbk12:-moz-placeholder, textarea:-moz-placeholder { 
color: #b2b2b2; 
} 
.wbk12::-moz-placeholder, textarea::-moz-placeholder { 
color: #b2b2b2; 
} 
.wbk12:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #b2b2b2; 
} 

@keyframes shake1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes spin {
                from {
                    -webkit-transform: rotate(0deg);
                }
                to {
                    -webkit-transform: rotate(360deg);
                }
            }
            
            @keyframes spin {
                from {
                    transform: rotate(0deg);
                }
                to {
                    transform: rotate(360deg);
                }
            }

 @keyframes whirl {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }