@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* background: #16165e; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}



img {
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}



ul,
li {
    list-style: none;
}

.mr-top5 {
    margin-top: 5%;
}

.disp {
    display: flex;
    flex-direction: column;
}

.disp-r {
    display: flex;
    justify-content: space-around;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  *{box-sizing: border-box;}
#main{
    width: 100%;
    height: 1080px;
    background: url(../images/bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 4%;
}
.header img{
    display: block;
    text-align: center;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.content{
    background: url(../images/yuyue_bg.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 2%;
}

.input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height:60px;
    border: 1px solid #c5d0e7;
    padding-left: 4%;;
    margin-top: .25rem;
    background-color: #fff;
    border-radius: 0.1rem;
    font-size: 20px;

}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../images/select_bg.png) 90% center no-repeat;
    background-size:16px;
}
#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height:060px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: 20px;
    margin-top: 20px;
    padding: 0;
}
._nc .stage, ._nc .stage1 .track div, ._nc .stage1 .label {
    padding: 0!important;
    height:60px!important;
    line-height:60px!important;
    font-size: 20px;
}
._nc .stage1 .slider {
    height: 60px!important;
    left: .7rem;
    right: .7rem;
}
._nc .stage1 .button {
    width: 60px!important;
    height: 60px!important;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper, .nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
    width: 100%!important;
    height:60px;
}
.nc-container .nc_scale .scale_text {
    font-size: 20px!important;
    text-align: left;
}
.nc_scale {
    height:60px!important;
}
.nc-container .nc_scale span {
    height: 60px!important;
    line-height: 60px!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 60px;
}
.nc-container .nc_scale .btn_ok {
    line-height: 60px;
}
.code_input{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send {
    width:48%;
    height: 60px;
    background-image: -moz-linear-gradient( 94deg, rgb(31,110,250) 0%, rgb(42,131,251) 52%, rgb(52,151,252) 100%);
    background-image: -webkit-linear-gradient( 94deg, rgb(31,110,250) 0%, rgb(42,131,251) 52%, rgb(52,151,252) 100%);
    background-image: -ms-linear-gradient( 94deg, rgb(31,110,250) 0%, rgb(42,131,251) 52%, rgb(52,151,252) 100%);
    box-shadow: 0px 8px 25px 0px rgba(0, 75, 216, 0.3);
    color: #fff;
    font-size: 20px;
    border-radius: .11rem;
    cursor: pointer;
    margin-top: 0.25rem;
}

.code_input .code{
    width: 48%;
}
input::-webkit-input-placeholder {
    color: #666;
}
input:-moz-placeholder {
    color: #666;
}
input::-moz-placeholder {
    color: #666;
}
input:-ms-input-placeholder {
    color: #666;
}
.por{
    margin-top: 20px;
}
.submit {
    width: 100%;
    height:60px;
    margin-top: 0.3rem;
    line-height: 60px;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(241,81,77) 0%, rgb(254,115,127) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(241,81,77) 0%, rgb(254,115,127) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(241,81,77) 0%, rgb(254,115,127) 100%);
    box-shadow: 0px 5px 15px 0px rgba(239, 96, 101, 0.5);
    border-radius: 1rem;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.distpicker{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yuyue_box{
    width:46%;
    background-color: #fff;
    padding: 0 4%;
    box-sizing: border-box;
    padding-bottom: 4%;
    border-radius: 20px 0 0 20px;
}
.code_box{
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #548cff;
    padding: 0 4%;
    box-sizing: border-box;
    border-radius: 0 20px  20px 0;
}
.code_box ul li{
    font-size: 24px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    margin-bottom: 6%;
    padding-bottom: 6%;

}
.code_tit{
    font-size: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient( -45deg, rgb(168,229,252) 0%, rgb(224,246,253) 25%, rgb(222,217,255) 50%, rgb(185,238,254) 75%, rgb(163,207,253) 91%, rgb(140,175,252) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(168,229,252) 0%, rgb(224,246,253) 25%, rgb(222,217,255) 50%, rgb(185,238,254) 75%, rgb(163,207,253) 91%, rgb(140,175,252) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(168,229,252) 0%, rgb(224,246,253) 25%, rgb(222,217,255) 50%, rgb(185,238,254) 75%, rgb(163,207,253) 91%, rgb(140,175,252) 100%);
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 20px 20px;
    padding: 6% 0;
}
.code_img{
    width: 180px;
    height:  180px;
    background: url(../images/code_01.png) no-repeat;
    background-size: contain;
    border-radius: 20px;
}
.code_con{
    margin-left: 4%;
}
.por {position: relative;}
.distpicker .por{
    width: 49%;
}
.footer1{
    background: url(../images/footer_bg.png) no-repeat;
    background-size: 100% 100%;
}
.footer1 {
    text-align: center;
    padding: 2% 0;
    margin-top: -10%;
    padding-top: 10%;
  }
  .footer1  a, .footer1  p{
    font-size: 18px;
    color: #fff;
  }
  .header_tit{
    width:48%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient( 94deg, rgb(31,110,250) 0%, rgb(42,131,251) 52%, rgb(52,151,252) 100%);
    background-image: -webkit-linear-gradient( 94deg, rgb(31,110,250) 0%, rgb(42,131,251) 52%, rgb(52,151,252) 100%);
    background-image: -ms-linear-gradient( 94deg, rgb(31,110,250) 0%, rgb(42,131,251) 52%, rgb(52,151,252) 100%);
    box-shadow: 5.448px 10.692px 28px 0px rgba(0, 75, 216, 0.59),inset 0.845px 1.813px 0px 0px rgba(182, 233, 251, 0.9);
    border-radius: 50px;
    padding: 1% 0;
    margin-bottom: 4%;
  }

  .header_tit h1{
    font-size:48px;
    color: #fff;
    margin-right: 4%;
  }
  .header{
    margin-bottom: 4%;
  }
  .txt {
    width: 100%;
    margin-top: 20px;
    color: black;
    font-size: 0.2rem;
    text-align: center;
  }



@media screen and (max-width:1200px) {
    .header{
        margin: 12% 0;
    }
    .header_tit{
        width:80%;
        margin-bottom: 8%;
    }
    .header_tit img{
        width: 20%;
    }
    .header_tit h1{
        font-size: 24px;
    }
    #main{
        height: 100%;
    }
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .content,.code_box{
        flex-wrap: wrap;
    }
    .yuyue_box,.code_box{
        width: 100%;
        border-radius: 20px;
    }
    .code_box ul li{
        font-size: 16px;
    }
    .code_box{
        margin-top: 4%;
    }
    .code_box ul,.code_con{
        width: 100%;
        padding: 6%;
    }
    .code_img{
        margin: 0 auto;
    }
    .code_tit{
        width: 56%;
    }
    .input,.send,.submit{
        font-size: 16px;
    }
    ._nc .stage, ._nc .stage1 .track div, ._nc .stage1 .label{
        font-size: 16px !important;
        height: 2rem !important; 
        line-height: 2rem !important;
    }
    ._nc .stage1 .slider{
        left: 0 !important;
        right: 0 !important;
    }
    .input,._nc .stage1 .slider,._nc .stage1 .button{
        height: 2rem !important;
    }
    .send{
        height: 2rem;
    }
    .por{
        margin-top: 20px;
    }
    .submit{
        height: 2rem;
        line-height: 2rem;
        margin-top: 20px;
    }
    .code_tit p{
        font-size: 16px;
    }
    .footer1{
        background:#69a7ff;
        text-align: center;
        padding: 8% 0;
        margin-top: 0%;
    }
    .footer1 a, .footer1 p{
        font-size: 14px;
    }
    .txt{
        width: 100%;
    }
}