#warp {
    position: relative;
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
/*头部*/
.topBar {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1260px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9999;
}
.topBar .topBox {
    position: relative;
    width: 1260px;
    height: 100px;
    margin: 0 auto;
    overflow: visible;
    line-height: 100px;
    background-color: rgba(255, 255, 255, .1);
    z-index: 9998;
}
.logo {
    float: left;
    margin-right: 20px;
    margin-top: -31px;
    position: relative;
    top:50%;
}
.logo>img{
    width: 62px;
    border-radius: 12px;
}
.txtLogo {
    height: 100px;
    box-sizing: border-box;
    line-height: 100px;
    float: left;
    font-size: 24px;
    color: #37a2f2;
}

/*菜单栏*/
.icon {
    background: url("../imgs/png_xz_10.png")no-repeat;
    background-size: 100% 100%;
}
.menu {
    float: right;
}
.menu li {
    float: left;
    position: relative;
}
.menu li a {
    display: block;
    padding: 0 36px;
    color: #999;
}
.menu-line:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '·';
    color: #999;
    font-size: 16px;
}
.menu li:nth-child(4){
    padding-right:36px;
}
.menu-line:nth-child(3):after,.menu-line:nth-child(4):after,.menu-line:last-child:after{
    content: '';
}
.menu-line-phon .p-addr{
    left:-120px;
}
.menu-line-phone .phone {
    position: absolute;
    bottom: -160px;
    left: -98px;
    padding:0 36px;
    box-sizing: border-box;
    height: 178px;
    text-align: center;
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition:all .3s ease;
    background-position: 0px 0px;
}
.menu-line-phone>a:hover{
    color: #37a2f2;
}
.menu-line-phone:hover .phone {
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition:all .3s ease;
}
.btnXieZhen{
    width: 90px;
    height: 46px;
    background-color: #37a2f2;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    color: white;
    position: relative;
    transform: translateY(55%);
    -webkit-transform: translateY(55%);
    -moz-transform: translateY(55%);
    -o-transform: translateY(55%);
    cursor: pointer;
    margin-right: 20px;
}
.btnIndex{
    width: 90px;
    height: 46px;
    background-color: #cccccc;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    color: white;
    position: relative;
    transform: translateY(55%);
    -webkit-transform: translateY(55%);
    -moz-transform: translateY(55%);
    -o-transform: translateY(55%);
    cursor: pointer;
}
.btnXieZhen:hover{
    background-color: #208bdb;
}
.btnIndex:hover{
    background-color: #00b4e6;
}
.phone .p-link{
    width: 275px;
}
.phone .header-qrcode-text {
    line-height: 28px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: -4px;
    color: #333333;
}
.phone .header-qrcode-text>span{
    color: #37a2f2;
}

#img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#ig1 {
    background: url("../images/bg.jpg") center top no-repeat;
    height: 620px;
    background-size: cover;
}

/*图片内容*/
.card-box{
    max-width: 1260px;
    margin: 0 auto;
    height:620px;
}
.card {
    position: absolute;
    margin-top: 440px;
    color: white;
}
.card>div:first-child{
    position: relative;
    font-size: 48px;
    line-height: 48px;
}
.card>div:last-child{
    position: relative;
    font-size: 28px;
    line-height: 28px;
    margin-top: 20px;
}

.card-box .r-box{
    position: relative;
    float: right;
    background-color: white;
    border-radius: 5px;
    margin-top: 124px;
}
.card-box .weibo{
    width: 162px;
    height: 200px;
}
.card-box .weibo img{
    position: relative;
    width: 110px;
    margin: 24px auto 8px auto;
    left: 50%;
    margin-left: -55px;
}
.card-box .weibo div{
    position: relative;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}
.card-box .form{
    margin-right: 10px;
    width: 400px;
    height: 320px;
    padding: 34px 32px;
    box-sizing: border-box;
}
.card-box .form p{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #333;
}
.card-box .form ul{
    position: relative;
    width: 100%;
    border: 1px solid #dedede;
    border-bottom: 0;
    height: 150px;
}
.card-box .form ul li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dedede;
    height: 49px;
}
.card-box .form ul li .icon-usename{
    width: 20px;
    height: 20px;
    position: relative;
    margin: 15px;
}
.card-box .form ul li .icon-psd{
    width: 16px;
    height: 20px;
    position: relative;
    margin: 15px 17px;
}
.card-box .form ul li input{
    width: 280px;
    height: 47px;
    color: #333;
    font-size: 16px;
    margin-top: 1px;
}
.card-box .form ul li:last-child input{
    width: 110px;
    color: #333;
    font-size: 16px;
    margin-left: 50px;
    display: inline;
}
.card-box .form ul li .test-num{
     display: inline-block;
     width: 100px;
     height: 30px;
     background-color: #ccc;
     margin-top: 10px;
 }
.card-box .form ul li .btn-num{
    display: inline-block;
    font-size: 16px;
    margin-left: 14px;
    color: #999;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
.card-box .form .btn-login{
    display: block;
    line-height: 36px;
    position: relative;
    width: 124px;
    height: 36px;
    margin-top: 28px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: #37a2f2;
    border: none;
    cursor: pointer;
}
/*平台声明*/
.box-content{
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.shengming{
    position: relative;
    width: 100%;
    height: 44px;
    margin: 48px auto 56px auto;
    border: 1px solid #dedede;
    line-height: 44px;
}
.shengming p{
    position: relative;
    font-size: 16px;
    color: #333;
    display: inline;
    margin-left: 36px;
}
.shengming div{
    display: inline-block;
    width: 158px;
    text-align: center;
    font-size: 16px;
    color: #999;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.shengming div img{
    width: 10px;
    height: 16px;
    margin-left: 10px;
    margin-top: -2px;
}
/*云写真*/
.box-content .yunxz{
    color:#333;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-bottom: 24px;
}
.box-content .box-yunxz{
    position: relative;
    width: 100%;
    height: 317px;
}
.box-content .box-yunxz li{
    position: relative;
    float: left;
    width: 311px;
    height: 311px;
    margin-right: 10px;
    border: 1px solid #dedede;
}
.box-content .box-yunxz li:last-child{
    margin-right: 0;
}
.box-content .box-yunxz li img{
    width: 80px;
    height: 80px;
    margin-top: 64px;
    position: relative;
    left: 50%;
    margin-left: -40px;
    margin-bottom: 32px;
}
.box-content .box-yunxz li p{
    font-size: 16px;
    color: #333;
    line-height: 16px;
    text-align: center;
    margin-bottom: 16px;
}
.box-content .box-yunxz li div{
    font-size: 14px;
    width: 313px;
    padding: 0 28px;
    box-sizing: border-box;
    color: #999999;
    text-align: center;
}
.box-content .box-yunxz li:nth-child(2) div{
    padding: 0 16px;
    box-sizing: border-box;
}
/*弹窗*/
.toast{
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-left: 0;
    margin-top: 0;
}
.toast-box ,.box-register,.box-allsee{
    width: 962px;
    height: 612px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-color: white;
    border-radius: 12px;
}
.toast-box .box-register .toast-card{
    background: url("../images/img_yun_02.jpg")no-repeat;
    background-size: cover;
    width: 240px;
    height: 240px;
    position: relative;
    margin: 110px auto 24px auto;
}
.toast-box .box-register>p{
    position: relative;
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}
.toast-box .box-register>p>span{
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-top: 20px;
}
.toast-box .box-register>span:last-child,.toast-box .box-allsee>span:last-child{
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    text-align: center;
    bottom: 48px;
    position: absolute;
}
.toast-box .box-allsee .title{
    font-size: 28px;
    color: #333;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 100px 0 48px 0;
}
.toast-box .box-allsee p{
    font-size: 16px;
    color: #333;
    text-align: left;
    width: 821px;
    position: relative;
    margin: 0 auto 32px auto;
}
#btnClose{
    position: absolute;
    top: 24px;
    right: 24px;
    background: url("../imgs/icon_xz_09.png");
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 111;
}
#btnClose:hover{
    position: absolute;
    top: 24px;
    right: 24px;
    background: url("../imgs/icon_xz_09_2.png");
    width: 24px;
    height: 24px;
}
/*小弹窗*/
.toast-small{
    display: none;
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    padding: 0 24px;
    box-sizing: border-box;
    height: 98px;
    min-width: 330px;
    font-size: 20px;
    line-height: 98px;
    color: white;
    background-color: rgba(0,0,0,.7);
    border-radius: 5px;
    text-align: center;
}
/*底部*/
footer{
    position: relative;
    width: 1260px;
    margin: 64px auto 0 auto;
    overflow: visible;
    padding: 28px 0;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

footer >div{
    font-size: 16px;
    color: #333333;
}
footer >div span{
    font-size: 16px;
    color: #999;
}




