*{margin: 0;padding: 0;font-family:'Microsoft YaHei';}
ul,ol,li{list-style: none;}
li{cursor: pointer;}
img{vertical-align: top;}
a{text-decoration: none;cursor: pointer;}

body{
    width: 1920px;
    background: #000;
    overflow-x: hidden;
}


/*.footer{
    height: 175px;
    font-size: 14px !important;
    line-height: 30px !important;
    overflow: hidden;
    border-top: 4px solid #1D0F0C;
     margin-top: 25px; 
}
.ft-logo{
    margin-top: 20px;
}*/
/*.footer p:first-child{
    margin-top: 50px;
}*/

#zhuce-mask,#xiazai-mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}
.zhuce{
    width: 588px;
    height: 688px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -344px auto 0;
    background: url(../images/zhuce_bg.png) no-repeat;
    background-size: 100% 100%;
}
.zhuce-close{
    width: 33px;
    height: 33px;
    position: absolute;
    top: 15px;
    right: 17px;
    background: url(../images/zhuce_close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.zhuce form{
    margin: 142px auto 0;
    width: 542px;
    height: 540px;
}
.zhuce .ipt-item{
    width: 540px;
    height: 50px;
    border: 1px solid #C9AE77;
    margin: 0 auto 10px;
}
.zhuce .ipt-item input{
    height: 24px;
    width: 450px;
    line-height: 24px;
    font-size: 16px;
    margin: 13px 0 0 14px;
    outline: none;
    border: none;
    background: none;
}
.zhuce .ipt-item input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#B79D6F;
}
.zhuce .ipt-item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#B79D6F;
   opacity:  1;
}
.zhuce .ipt-item input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#B79D6F;
   opacity:  1;
}
.zhuce .ipt-item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#B79D6F;
}
.zhuce .ipt-item input::-ms-input-placeholder { /* Microsoft Edge */
   color:#B79D6F;
}
.yzm-img{
    height: 50px;
    float: right;
}

.zhuce-btn input{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.zhuce-btn{
    width: 393px;
    height: 66px;
    margin: 15px auto;
    background: url(../images/zhuce_btn.png) no-repeat;
    background-size: 100% 100%;
}

/* 涓嬭浇 */
.xiazai{
    width: 609px;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin:  -230px auto 0;
    background: url(../images/xiazai_bg.png) no-repeat;
    background-size: 100% 100%;
}
.xiazai-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    background: url(../images/xiazai_close.png) no-repeat;
    background-size: 100% 100%;
}
.xiazai-code{
    margin: 142px 0 0 146px;
    width: 126px;
    height: 126px;
}
.xiazai-pc-btn{
    margin: 50px auto 0;
    width: 413px;
    height: 81px;
    background: url(../images/xiazai_btn.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.xiazai-pc-btn a{
    display:block;
    width: 100%;
    height: 100%;
}
#verycode {
    width: 300px !important;
}