﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ��Microsoft YaHei�� PingFangSC-Regular, sans-serif;
}
ol, ul {
    list-style: none;
}
input {
    outline: none;
    resize: none;
}

button {
    outline: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
}
.submit_part {
    width: 130px;
    height: 90px;
    background: #202b49;
    opacity: 0.93;
    border-radius: 0px 72px 72px 0px;
    position: fixed;
    left: 0;
    bottom: 150px;
    font-size: 19px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: white;
    z-index: 100;
    cursor: pointer;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft { from { -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.submit_part i {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background: url(../image/zixun.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 15px 0 10px 35px;
}
.submit_part span {
    margin-left: 15px;
}

.marketing_submit {
    width: 100%;
    height: 248px;
    background: rgba(29, 56, 117, 0.93);
    position: fixed;
    z-index: 10000;
    bottom: 0;
    padding-top: 48px;
    padding-bottom:20px;
    margin-top: 20px;
}
.marketing_submit {
    position: fixed;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.marketing_submit .marketing_con {
    width: 1200px;
    height: 288px;
    margin: 0 auto;
}
.marketing_submit .marketing_con {
    position: relative;
}

.marketing_submit .marketing_con .close {
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../image/close.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    right: 140px;
    top: -20px;
    cursor: pointer;
}

.marketing_submit .marketing_con .con_left {
    width: 620px;
    height: 140px;
    padding-right: 61px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
}
.marketing_submit .marketing_con .con_left h1 {
    min-width: 470px;
    height: 27px;
}
.marketing_submit .marketing_con .con_left h1 span:nth-child(1) {
    font-size: 27px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #ff761a;
}
.marketing_submit .marketing_con .con_left h1 span:nth-child(1) {
    color: #F6414A;
}
.marketing_submit .marketing_con .con_left h1 span:nth-child(2) {
    color: #BDD1FF;
    font-size: 27px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}
.marketing_submit .marketing_con .con_left .list li {
    cursor: pointer;
    width: 102px;
    height: 21px;
    float: left;
    margin-right: 50px;
    margin-top: 27px;
}
.marketing_submit .marketing_con .con_left .list li {
    width: 185px;
    margin-right: 0;
}
.marketing_submit .marketing_con .con_left .list li img {
    width: 21px;
    height: 21px;
    position: relative;
    top:3px;
}
.marketing_submit .marketing_con .con_left .list li span {
    font-size: 18px;
    font-family: PingFangSC-Ultralight;
    font-weight: 200;
    color: white;
}
.marketing_submit .marketing_con .con_right {
    width: 550px;
    height: 140px;
    padding-left: 50px;
    box-sizing: border-box;
    border-left: 1px solid #001D5D;
    float: left;
    box-sizing: border-box;
}
.marketing_submit .marketing_con .con_right h2 {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Ultralight;
    font-weight: 200;
    color: #7ea2f3;
    margin-bottom: 21px;
    margin-top: 0;
    text-align: left;
    line-height: 20px;
}
.marketing_submit .marketing_con .con_right .list_input {
    width: 240px;
    height: 44px;
    position: relative;
    float: left;
    overflow: hidden;
}
.marketing_submit .marketing_con .con_right .list2 {
    margin-right: 9px;
    cursor: pointer;
}
.marketing_submit .marketing_con .con_right .list_input .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 9px;
}
.marketing_submit .marketing_con .con_right .list_input input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 47px;
    font-size: 14px;
    border-radius: 6px;
    font-family: PingFangSC-Ultralight;
    font-weight: 200;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #556587;
    background: white;
    color: #474747;
}
.marketing_submit .marketing_con .con_right .list_input .icon img {
    width: 100%;
    height: 100%;
}
.marketing_submit .marketing_con .con_right .submit_btns {
    cursor: pointer;
    width: 491px;
    height: 44px;
    background: #ff761a;
    border-radius: 4px;
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: white;
    margin-top: 10px;
    outline: none;
}
.marketing_submit .marketing_con .con_right .submit_btns {
    background-color: #F6414A;
}

.marketing_submit .marketing_con .con_right .submit_btns:disabled{
    background-color:#f1f1f1;
}

.maskshow {
    width: 390px;
    height: 255px;
    background: white;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4444;
    display: none;
}

.maskshow .imgshow {
    width: 126px;
    height: 82px;
    display: inline-block;
    margin-top: 28px;
}

.maskshow .maskcon {
    height: 16px;
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #474747;
    margin: 0 auto;
    margin-top: 19px;
}
.maskshow .maskbtns {
    width: 322px;
    height: 46px;
    background: #4a75d8;
    border-radius: 6px;
    margin-top: 33px;
    color: #fff;
    cursor: pointer;
}

.maskshow .imgshow img {
    width: 100%;
}


.maskshowError {
    width: 300px;
    height: 150px;
    background: white;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4444;
    display: none;
}

.maskshowError .imgshow {
    width: 126px;
    height: 82px;
    display: inline-block;
    margin-top: 28px;
}

.maskshowError .maskcon {
    height: 16px;
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #474747;
    margin: 0 auto;
    margin-top: 19px;
}
.maskshowError .maskbtnsError {
    width: 150px;
    height: 40px;
    background: #4a75d8;
    border-radius: 6px;
    margin-top: 33px;
    color: #fff;
    cursor: pointer;
}

.maskshowError .imgshow img {
    width: 100%;
}

#toast {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}

#toast span.default {
    background: rgba(0,0,0,.8);
    color: #fff;
}
 #toast span {
     display: inline-block;
     padding: 10px 20px;
     border-radius: 10px;
     font-size: 14px;
 }
.main1s img {
    width: 100%;
}
/*新底部留资栏*/
/*

.fixed_bar{
    width: 100%;
}

.fixed_bar .fixed_bottom{
    width: 100%;
    height: 108px;
    background: rgba(0, 71, 234, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.fixed_bar .fixed_bottom .fixed_bottom_content{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.fixed_bar .fixed_bottom .fixed_bottom_content .close-btn{
    display: block;
    width:20px;
    height:20px;
    background:url(../image/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right:0px;
    top:14px;
}

.fixed_bar .fixed_bottom .fixed_bottom_content .fixed_title{
    padding-top: 20px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
}

.fixed_bar .fixed_bottom .fixed_bottom_content .inputs{
    display: flex;
    margin-top: 10px;
}

.fixed_bar .fixed_bottom .fixed_bottom_content .inputs . {
    width: 205px;
    height: 34px;
    background: #FF7A02;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.fixed_bar .fixed_bottom .fixed_bottom_content .inputs .form{
    display: flex;
}

.fixed_bar .fixed_bottom .fixed_bottom_content .inputs .form input{
    width: 204px;
    height: 32px;
    background: #FFFFFF;
    border: none;
    margin-right: 11px;
    padding: 0 12px;
    outline: none;
}
*/
