@charset "utf-8";
html{ font-size:20px; -webkit-text-size-adjust: none;-ms-touch-action:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,figure,figcaption{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;width: 100%;}th{text-align:left;}input{outline:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul,li{margin:0;padding:0;list-style-type:none;}select,option,input{border:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body{font-family:"Microsoft Yahei",Arial,sans-serif; color:#CCCCCC; background-color: #F1F1F1;}
a{text-decoration:none;outline:0;}a:hover{text-decoration:none;}
.clearfix:before,.clearfix:after {content: ".";display: block;height: 0;visibility: hidden;}
.clearfix:after {clear: both;}.clearfix {zoom: 1;}.o-h{overflow:hidden;}.t-i{text-indent:-999em;overflow:hidden;}
.img-commom{background: url("../Images/wap_common.png") no-repeat 0 0;background-size: 16rem auto;}
.wrap{padding-top: 2.2rem !important;}
.common-header{width: 100%;height: 2.2rem;color: #FFFFF4;background: #55B024;}
.common-header a{display: block;padding: 0.2rem 0.5rem;position: relative;}
.logo{width: 1.25rem;height: 0.925rem;vertical-align: text-bottom;}
.vxy{font-size: 0.75rem;color: #fffff4;margin-left: 0.25rem;}
.vxycom{font-size:0.275rem;color: #fffff4; margin-left: 1.5rem;}
.center-text{font-size: 0.5rem;color: #8C8C8C;padding: 0.7rem 0.5rem;line-height: 0.75rem;}

.common-content figure{width: 1.25rem;height: 0.925rem;padding: 0.625rem 0.2rem 0 0.5rem;position: relative;}
.common-content figcaption{width: 3.5rem;height: 1.5rem;position: absolute;top: 0.55rem;left: 2rem;}
figcaption h1{color: #FFFFF4;font-size: 0.75rem;font-family:"Microsoft Yahei"; }
figcaption span{color: #FFFFF4;font-size: 0.3rem;font-family:"Microsoft Yahei";float: left;/*-webkit-transform: scale(1);*/}
.common-a-sty{display: block;width: 13.5rem;padding: 0.57rem 0; text-align: center;border-radius: 1.0rem;margin: 0 auto 1.0rem;font-size: 0.65rem;color: #ffffff;}


/*.for-get-pwd{width: 100%;text-align: center;margin: 0 auto;}
.for-get-tit{font-size: 0.4rem;color: #6C6C6C;margin-top: 1.5rem;margin-bottom: 2rem;}
.for-get-btn{display: block;width: 13.5rem;height: 2rem;line-height: 2rem;text-align: center;color: #fff;margin: 0 auto 1.25rem;border-radius: 1rem;font-size: 0.65rem;}
.for-get-pwd a:nth-child(2){background-color: #55B024;}.for-get-pwd a:nth-child(3){background-color: #FF4200;}
*/

.footer{background-color: #333333;text-align: center;color: #8C8C8C;font-size: 0.5rem;line-height: 0.8rem;padding: 0.75rem 0;}

.msg-box {
    /* min-width: 260px; */
    background-color: rgba(0,0,0,.5);
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    text-align: center;
}
.msg-box .msg-content {
    position: relative;
    line-height: 1rem;
    /* word-break: break-all; */
    overflow: hidden;
    font-size: 0.6rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 0.8rem;
    color: #fff;
    border-radius: 0.4rem;
    width: auto;
    max-width: 10rem;
}