body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}body,button,input,select,textarea{font-family:"Microsoft Yahei","微软雅黑",arial,"Hiragino Sans GB","宋体",Tahoma,Arial,Helvetica,STHeiti;font-size:14px}h1,h2,h3,h4,h5,h6{font-size:100%}em{font-style:normal}small{font-size:14px}ul,ol{list-style:outside none none}a{text-decoration:none;outline:0;color:#333}a:hover{text-decoration:none}legend{color:#000}fieldset,img{border:0}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0}img{height:auto;vertical-align:middle;-webkit-transform:scale(1) rotate(0) translate3d(0,0,0);transform:scale(1) rotate(0) translate3d(0,0,0)}textarea{resize:vertical}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}html,button,input,select,textarea{font-family:sans-serif}a:focus{outline:thin dotted}a:active,a:hover{outline:0}b,strong{font-weight:700}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}select{-webkit-appearance:none;appearance:none;-moz-appearance:none}select::-ms-expand{display:none}.clear{clear:both}.clearfix:after{font-size:0}.clearfix:after{content:" ";display:table;clear:both}.relative{position:relative}.absolute{position:absolute}.w1200{width:1200px}.w1000{width:1000px}.w100{width:100%}.bold{font-weight:700}.left{float:left}.right{float:right}@media screen and (max-width:800px){body{font-size:62.5%;font-family:arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑","宋体",Tahoma,Arial,Helvetica,STHeiti;margin:0}.w1000{width:100%}input[type=text]{-webkit-appearance:none}}@media screen and (min-width:320px){.mainCon{font-size:100%}}@media screen and (min-width:360px){.mainCon{font-size:110%}}@media screen and (min-width:376px){.mainCon{font-size:120%}}.tc{text-align:center}.w-auto-Center{margin:0 auto}.m0a{margin-left:auto;margin-right:auto}.v-mid{display:inline-block;vertical-align:middle}.v-mid-a{display:inline-block;vertical-align:middle;height:100%}.box-sizing{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.box-l{width:100%;overflow:hidden}.box-l .box-m{position:relative;height:100%}.box-l .box-m .box-s{width:1920px;height:100%;position:absolute;top:0;left:50%;margin-left:-960px}.no-mar-right{margin-right:0!important}.no-pad-left{padding-left:0!important}.cp{cursor:pointer}.white{color:#fff}.color333{color:#333}.public-bg-style{background-size:100% 100%;background-repeat:no-repeat;background-position:left top}a[title=站长统计]{display:none}.copyright{padding:20px 0;text-align:center;font-size:16px;color:#666}button{display:block;outline:0;border:0}











/*  第一个表单  */
.register {
    height: 580px;
    padding-top:0px;
}

.register_title {
    height: 108px;
    font-size: 46px;
    color: #000;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.register_title strong {
    color: #e51e0b;
}

.register_form {
    width: 1020px;
    margin: 20px auto 0;
}
.users, .select-cc, .tel {
    width: 264px;
    height: 50px;
    border: #878888 1px dotted;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
    -moz-box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
    box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
    padding-left: 30px;
    margin-right: 20px;
    font-size: 18px;
    color: #010101;
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


.register_btn {
    background: #e51e0b;
    width: 235px;
    height: 50px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.register_btn:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.register_words {

    width: 1000px;
    height: 130px;
    margin: 1px auto 0;
}
.register_h3 {
    width: 156px;
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    padding-top: 88px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.register_p {
    width: 818px;
    float: right;
    font-size: 18px;
    color: #010101;
    line-height: 36px;
    padding: 29px 0 0 26px;
}

.register_zhu {
    font-size: 16px;
    color: #e51e0b;
    line-height: 1;
    text-align: center;
    margin: 10px 0 10px 0;
}
.register_gongzhonghao{
    margin-top:10px;
    text-align: center;
    height:207px;
}

.myimg{
    display: flex;
    width:1100px;
    margin:0 auto;
    flex-wrap: wrap;
    background: #ffffff;
    padding-bottom: 20px;
    justify-content: space-between;
}
.myimg .myitem{
    width: calc(25% - 40px);
}

.myimg .myitem img{
    width:100%;

    margin-top:20px;
}








.order .hd {
    text-align: center;
    color: #fff;
}

.order .hd h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
}

.order .hd p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
}
.order .hd span {
    margin: 0 3px;
    color: #e7391e;
}
.order p {
    position: relative;
    margin-bottom: 10px;
}
.order p label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 52px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.order p img {
    vertical-align: middle;
}

.order input, .order select {
    padding: 10px 20px 10px 52px;
    width: 100%;
    height: 55px;
    line-height: 35px;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
}


.order button {
    width: 100%;
    height: 60px;
    line-height:60px;
    color: #fff;
    font-size: 26px;
    background: #c4442e;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 #e3e3e3, 0 2px 0 #e3e3e3;
}

.order p.tips {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.orderYzm p{
    margin: 20px 0;
}
.orderYzm p label{
    top: 10px;
    width: 65px;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #323232;
}
.orderYzm p img{
    margin-top: -3px;
}

.orderYzm p input{
    padding-left: 84px;
}
.orderYzm .yzmBtn{
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    width: auto;
    height: 55px;
    line-height: 55px;
    color: #ce4c2c;
    font-size: 18px;
    background: transparent;
    box-shadow: none;
    animation: none;
    border: 0 !important;
    padding: 0;
}
.orderYzm .yzmBtn:disabled{
    color: #bbb;
}

.activityCon {
    min-width: 1100px;
}

.actSecCon {
    position: relative;
    z-index: 1;
    width: 1100px;
    margin: 0 auto;
}



.order button, .actPopBtn {
    cursor: pointer;
    -webkit-animation: scale 0.4s ease-in-out infinite alternate;
    animation: scale 0.4s ease-in-out infinite alternate;
}

.rightBar {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -180px 0 0 580px;
    width: 100px;
    height: 300px;
}

.rightBar a {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: #1f3a5e;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.rightBar a.btn_1{
    background: #233f65;
}
.rightBar a.btn_3{
    background: #233f65;
}

.rightBar a:hover{
    background: #ca3a2d;
}

.rightBar .redBag {
    display: block;
    margin: 25px auto 0;
    border-radius: 8px;
    -webkit-animation: swing 0.3s ease-in-out infinite alternate;
    animation: swing 0.3s ease-in-out infinite alternate;
}

.actFixOrder {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 222222;
    width: 100%;
    height: 120px;
}

.actFixOrder .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.actFixOrder h3 {
    float: left;
    padding-top: 18px;
    font-size: 40px;
    width: 246px;
    padding-left: 20px;
    color: #c9402b;
    font-weight: normal;
    text-align: center;
    line-height: 42px;
    font-family: PingFangSC-Heavy;
}

.actFixOrder .tit{
    float: left;
    margin: 23px 40px 0 10px;
}

.actFixOrder h3 span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-family: PingFangSC-Regular;
}

.actFixOrder .order {
    position: relative;
    padding-top: 35px;
    display: flex;
    justify-content: center;
}

.actFixOrder .order input, .actFixOrder .order select {
    float: left;
    border: 0;
    padding: 10px 20px;
    margin-right: 20px;
    width: 190px;
    height: 50px;
    line-height: 30px;
    font-size: 18px;
    background: #fff;
}

.actFixOrder .order select {
    background: url("../image/select.png") no-repeat 160px center #fff;
}

.actFixOrder .order button {
    width: 190px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    box-shadow: none;
}

.actFixOrder .order .close {
    position: absolute;
    top: 10px;
    right: 0;
}
.actFixOrder .orderYzm p{
    margin: 0 20px 0 0;
    float: left;
}
.actFixOrder .orderYzm input{
    margin: 0;
    float: initial;
    width: 290px;
}

.actFixOrder .orderYzm .yzmBtn{
    width: auto;
}





@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    from {
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes swing {
    from {
        -webkit-transform: rotate(10deg);
    }
    to {
        -webkit-transform: rotate(-10deg);
    }
}

@keyframes swing {
    from {
        transform: rotate(10deg);
    }
    to {
        transform: rotate(-10deg);
    }
}

@-webkit-keyframes moveUp {
    from {
        margin-top: -3px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes moveUp {
    from {
        margin-top: -3px;
    }
    to {
        margin-top: 0;
    }
}

@media screen and (max-width: 1365px) {
    .rightBar{
        left: inherit;
        right: 10px;
        margin-left: 0;
    }
}

