/* css reset */

ul,li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,ol,ul,li,img,button,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-family: Roboto;
}

html,body,div,p,span,img,ul,li,dl,dd,dt,em,strong {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Roboto;
    font-weight: normal;
}

html,body {
    width: 100%;
    margin-right: 0;
    overflow-x: hidden;
}

html {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.1s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.1s ease-in-out;
    /* Opera */
}

a {
    cursor: pointer;
    color: #0047bb;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* color: #0047bb; */
}

a:visited, a:focus{
    text-decoration:none;
}

img {
    vertical-align: middle;
}

:after,
:before {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.clearfix::after {
    clear: both;
    display: table;
    content: ' ';
}

/* css reset */


/* public css start -- all sections common style */
.sections {
    width: 100%;
    height: auto;
}
.sections .containers {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}
.sections .containers > h2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 50px;
    font-family: Roboto;
    font-weight: 600;
    color: #333333;
}
.sections .containers > h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 6px;
    background: rgba(54, 130, 255, 1);
    margin: 30px auto 0;
}
.sections .containers .register-btn {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #3682FF;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
}
/* public css end -- all sections common style */

/* section1 start */
#section1 {
    background:url(../img/section1-bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#section1 .containers {
    padding: 0;
}
#section1 .content-left {
    padding: 105px 0 460px;
    position: relative;
    z-index: 99;
}
#section1 .content-left h1 {
    height: auto;
    font-size: 90px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 100px;
    color: #FFFFFF;
    text-align: center;
}
#section1 .content-left p {
    width: 100%;
    height: auto;
    font-size: 22px;
    line-height: 34px;
    font-family: Roboto;
    font-weight: 400;
    margin: 45px 0 60px 0;
    color: #FFFFFF;
    text-align: center;
}
#section1 .content-left ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section1 .content-left ul li {
    width: 25%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
}
#section1 .content-left ul li i {
    width: 60px;
    height: 60px;
    display: inline-block;
}
#section1 .content-left ul li:nth-of-type(1) i {
    background: url('../img/css_sprites.png') -599px -145px;
}
#section1 .content-left ul li:nth-of-type(2) i {
    background: url('../img/css_sprites.png') -599px -225px;
}
#section1 .content-left ul li:nth-of-type(3) i {
    background: url('../img/css_sprites.png') -599px -305px;
}
#section1 .content-left ul li:nth-of-type(4) i {
    background: url('../img/css_sprites.png') -599px -385px;
}
#section1 .content-left ul li span {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    margin-left: 20px;
    color: #FFFFFF;
    line-height: 33px;
}
#section1 .content-left > div {
    display: flex;
    padding: 0 120px;
    justify-content: space-around;
}
#section1 .content-left > div > a {
    display: inline-block;
    width: auto;
    height: 60px;
    padding: 0 125px;
    margin: 0 0 96px;
    line-height: 60px;
    text-align: center;
    background: rgba(54, 130, 255, 1);
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 30px;
}
#section1 .content-left > div > a.buyBtn {
    background: rgba(255, 103, 31, 1);
}
/* section1 end */

/* section2 start */
#section2 {
    position: relative;
    height: 744px;
}
#section2 .section2-container {
    position: absolute;
    top: -353px;
    left: 50%;
    transform: translate(-50%, 0); 
    width: 1220px;
    padding: 0 0 100px;
    z-index: 99;
}
#section2 .content {
    width: 100%;
    max-width: 1130px;
    height: auto;
    margin: 40px auto 0;
}
#section2 .containers h2 {
    color: #FFF;
}
#section2 .containers h2::after {
    background: rgba(255, 103, 31, 1);
}
#section2 .content img {
    width: 1200px;
    height: 767px;
    margin: 0 auto;
    display: block;
}
#section2 #tvIframe{
    height: 540px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #e0e3eb;
}
#section2 .code-box {
    max-width: 1200px;
    margin: 60px auto 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(114, 135, 176, 0.44);
    border-radius: 20px;
    padding:25px 20px 40px;
}
#section2 .code-box > div {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(163, 172, 194, 0.37);
    border-radius: 10px;
}
#section2 .containers ul {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    margin-bottom: 25px;
}
#section2 .containers ul li {
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
    background: #3682FF;
    box-shadow: 0px 0px 20px 0px rgba(142, 149, 169, 0.23);
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-family: PingFangHK-Semibold, PingFangHK;
    font-weight: 600;
    color: #FFFFFF;
}
#section2 .code-name {
    background: rgba(226, 237, 255, 1);
    text-align: center;
    margin-right: 45px;
    width: 140px;
    height: 150px;
    line-height: 150px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#section2 .code-name span{
    font-size: 36px;
    font-family: PingFangHK-Semibold, PingFangHK;
    font-weight: 600;
    color: #333333;
}
#section2 .code-name img{
    width: 90px;
    height: 90px;
    margin-left: 32px;
    margin-right: 20px;
}
#section2 .code-btn .sell-btn{
    display: inline-block;
    width: 204px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #3682FF;
    box-shadow: 18px 17px 9px 0px rgba(208, 228, 208, 0.56);
    opacity: 0.95;
    border-radius: 5px;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 30px;
    padding: 10px 0;
}
#section2 .code-btn .buy-btn{
    display: inline-block;
    width: 204px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(255, 103, 31, 1);
    box-shadow: 18px 17px 9px 0px rgba(228, 208, 208, 0.56);
    opacity: 0.95;
    border-radius: 5px;
    font-size: 32px;
    font-family: Roboto;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 30px;
    padding: 10px 0;
}
#section2 .code-btn .buy-btn span, 
#section2 .code-btn .sell-btn span {
    display: block;
}
#section2 .code-btn .buy-btn span:nth-of-type(2), #section2 .code-btn .sell-btn span:nth-of-type(2) {
    font-size: 21px;
}
#section2 .code-price .nowPrice{
    font-size: 60px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    display: inline-block;
    margin-right: 15px;
}
#section2 .code-price .dailyPercent{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #009E4A;
    line-height: 24px;
    display: inline-block;
}
#section2 .code-price .dailyPercent.down{
    color: #EC4330;
}
#section2 .code-price .dailyPercent.up{
    color: #009E4A;
}
#section2 .code-price .code-minmax{
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: inline-block;
    margin-top:10px;
    margin-left: 10px;
}
#section2 .code-price .code-minmax span{
    margin-right: 20px;
}
#section2 .code-price .deily-status.down::before{
    content:'+';
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #EC4330;
    line-height: 24px;
    display: inline-block;
}
#section2 .code-price .deily-status.up::before{
    content:'-';
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #009E4A;
    line-height: 24px;
    display: inline-block;
}
#section2 .code-box .code-name,
#section2 .code-box .code-price,
#section2 .code-box .code-btn{
    display: inline-block;
    vertical-align: top;
}
#section2 .code-btn{
    float: right;
    margin-right: 0;
}
#section2 .code-price {
    margin-right: 25px;
}
/* section2 end */

/* section3 start */
#section3 {
    background: rgba(245, 246, 250, 1);
}
#section3 .containers .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section3 .containers .content > div {
    width: 50%;
    padding: 0 20px;
}
#section3 .containers .content > div > img {
    width: 540px;
    height: 600px;
    margin-top: -40px;
}
#section3 .containers .content > div h2 {
    width: 100%;
    height: auto;
    font-size: 50px;
    font-family: Roboto;
    font-weight: 600;
    color: #333333;
}
#section3 .containers .content > div h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 6px;
    background: rgba(54, 130, 255, 1);
    margin: 30px 0 60px;
}
#section3 .containers .content > div >p {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}
#section3 .containers .content > div:nth-of-type(2) {
    margin-top: -40px;
    padding: 0;
}
#section3 .containers .content > div > ul {
    height: auto;
    display: flex;
    justify-content: space-between;
}
#section3 .containers .content > div > ul li {
    width: 50%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    background: rgba(233, 235, 242, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}
#section3 .containers .content > div > ul li.active {
    color: #333;
    background: #fff;
}
#section3 .containers .content > div > div {
    padding: 30px 40px 40px;
    background: #fff;
}
#section3 .containers .content > div > div li > div {
    margin-top: 30px;
    width: 100%;
}

#section3 .jqcs_container{
    width:80%;
    display:inline-block;
}
#section3 .jqcs_select{
    position:relative;
    border:1px #D0D0D0 solid;
    cursor:pointer;
    overflow:hidden; /*解决因浮动元素导致的坍塌问题*/
    color:#555;
    border-radius: 6px;
}
#section3 .jqcs_select .jqcs_value{
    float:left;
    padding:0 5px; /*上下、左右*/
}
#section3 .jqcs_select .jqcs_value p.jqcs_placeholder{
    margin:0;
    padding:0;
}
#section3 .jqcs_select .jqcs_arrow{
    position: absolute;
    right: 12px;
    top: 20px;
    width: 18px !important;
    height: 20px;
    background: url(../img/css_sprites.png) -380px -326px;
}
#section3 .jqcs_select .jqcs_arrow.rotated{ /*箭头的转向：向上*/
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-left:0 !important; 
}
#section3 .jqcs_options{
    display:none; /*一开始是隐藏的*/
    border:1px #b1b1b1 solid; 
    border-top:0;
}
#section3 .jqcs_option{
    cursor:pointer; /*鼠标悬停在选项上时，变成小手*/
}
#section3 .containers .content > div > div li div label,
#section3 .containers .content .type-row label {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    width: 100%;
    margin-bottom: 15px;
}
#section3 .containers .content > div > div li div input {
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #D0D0D0;
}
#section3 .containers .content > div > div li > div.cost-row > div {
    width: 100%;
    height: 60px;
    position: relative;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
}
#section3 .containers .content > div > div li > a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(54, 130, 255, 1);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 0;
}
#section3 .containers .content > div > div li > div.cost-row > div input {
    width: 80%;
    height: 58px;
    line-height: 58px;
    border: none;
    font-size: 18px;
    padding: 0 20px;
}
#section3 .containers .content > div > div li > div.cost-row > div input:focus {
    outline: none;
}
#section3 .containers .content > div > div li > div.buy-row > div {
    width: 100%;
    height: 60px;
    position: relative;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
}
#section3 .containers .content > div > div li > div.buy-row > div input {
    width: 80%;
    height: 58px;
    line-height: 58px;
    border: none;
    font-size: 18px;
    padding: 0 20px;
}
#section3 .containers .content > div > div li > div.buy-row > div input:focus {
    outline: none;
}

/*container: 包裹下拉框的div的样式*/
#section3 .my-container-css{
    width: 100%;
    position: relative;
}
/*header: 下拉框头部的样式*/
#section3 .my-header-css{
    font-family: Arial,'楷体';
    font-weight: bold;
    border-radius:5px;
    height: 60px;
    line-height: 60px;
}
/*options: 包裹所有下拉选项的div的样式*/
#section3 .my-options-css{
    position:relative
}
/*option: 每一个下拉选项的样式*/
#section3 .my-option-css{
    height:60px; 
    line-height:60px; /*行高和高度相同时，文字有垂直居中效果*/
    background-repeat:no-repeat; 
    background-size:48px 50px; /*背景图片的大小*/
    background-position:5px center; /*背景图片显示的位置：左侧留出5px，垂直居中*/
    padding-left:50px; /*文字左侧留出50px的位置，避免文字挡住背景图片*/
    font-size: 18px;
}
#section3 .my-container-css > div:nth-of-type(2) {
    position: absolute;
    z-index: 99999999;
    background: rgb(255, 255, 255);
}
#section3 .my-container-css > div.my-options-css > div.my-option-css {
    width: 467px;
    z-index: 999999999;
}
/* #section3 .containers .content > div > div li > div.cost-row > div select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    width: 80px;
    height: 55px;
    border: none;
    background: url(http://ourjs.github.io/static/2015/arrow.png) no-repeat scroll right center transparent;
    outline: none;
    padding: 0 25px;
    font-size: 16px;
} */

#section3 .option{
    text-align: center;
    width: 85px;
    height: 58px;
    line-height: 56px;
    position: relative;
    font-size: 16px;
    display: inline-block;
}

#section3 .option select{
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
      height: 56px;
      line-height: 56px;
    /*隐藏select的下拉图标*/
    appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left: 20px;
    font-size: 16px;
}

/*使用伪类给select添加自己想用的图标*/
/* .option:after{
    content: "";
    width: 18px;
    height: 20px;
    background: url(../img/arrow_down.png) no-repeat;
    background-size: 17px 20px;
    position: absolute;
    right: 5px;
    top: 30%;
    pointer-events: none;
  } */
/* section3 end */

/* section4 start */
#section4 .containers {
    max-width: 1100px;
}
#section4 .containers > p  {
    margin: 35px auto 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 24px;
}

#section4 .containers > ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
}
#section4 .containers > ul li {
    width: 49%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    background: rgba(240, 240, 240, 1);
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    cursor: pointer;
}
#section4 .containers > ul li.active {
    background: rgba(54, 130, 255, 1);
    color: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(142, 149, 169, 0.23);
}
#section4 .containers .content {
    width: 100%;
    height: auto;
    margin-top: 70px;
}
#section4 .containers .content ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section4 .containers .content ul li > div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section4 .containers .content ul li > div > div{
    width: 50%;
    height: auto;
}
#section4 .containers .content ul li > div > div h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
#section4 .containers .content ul li > div > div p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
#section4 .containers .content ul li > div > div img {
    width: 524px;
    height: auto;
    display: block;
    margin: 0 auto;
}
#section4 .containers .content ul li:last-child > div > div img {
    width: 414px;
}
/* section4 end */

/* section5 start */
#section5 {
    width: 100%;
    height: auto;
    background: #0A38B6;
}
#section5 .containers {
    max-width: 1220px;
}
#section5 .containers > h2 {
    color: #FFF;
}
#section5 .containers > h2::after {
    background: rgba(255, 103, 31, 1);
}
#section5 .containers > p {
    margin: 20px auto 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 36px;
}
#section5 .containers ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section5 .containers ul li {
    width: 33.3%;
    height: auto;
    padding: 50px 20px 0;
}
#section5 .containers ul li:nth-of-type(3) {
    padding: 50px 10px 0;
}
#section5 .containers ul li .li-top {
    width: 100%;
    height: auto;
    text-align: center;
}
#section5 .containers ul li .li-top i {
    display: inline-block;
}
#section5 .containers ul li:nth-of-type(1) .li-top i {
    width: 228px; 
    height: 183px;
    background: url('../img/css_sprites.png') -10px -10px;
    margin-bottom: 28px;
}
#section5 .containers ul li:nth-of-type(2) .li-top i {
    width: 202px; 
    height: 162px;
    background: url('../img/css_sprites.png') -258px -10px;
    margin: 29px auto 20px;
}
#section5 .containers ul li:nth-of-type(3) .li-top i {
    width: 150px; 
    height: 154px;
    background: url('../img/css_sprites.png') -10px -213px;
    margin: 20px auto 36px;
}
#section5 .containers ul li .li-top h3 {
    margin-top: 20px;
    height: auto;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #fff;
}
#section5 .containers ul li p {
    margin-top: 30px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.59);
    line-height: 24px;
    text-align: center;
}
/* section5 end */

/* section6 start */
#section6 {
    width: 100%;
    height: auto;
}
#section6 .containers h2 {
    color: #333;
    line-height: 70px;
}
#section6 .containers > P {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-top: 35px;
}
#section6 .content {
    width: 100%;
    height: auto;
}
#section6 .content .table {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 1px 15px 0px rgba(163, 172, 194, 0.37);
    margin: 40px auto;
}
#section6 .content .table ul {
    height: auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section6 .content .table ul:first-child {
    background: rgba(142, 149, 169, 0.23);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#section6 .content .table ul li {
    width: 25%;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
#section6 .content .table ul:nth-of-type(1) li {
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    font-weight: 600;
}
#section6 .content .table ul:not(:first-child) li {
    border-bottom: 1px solid #D5D3D3;
}
#section6 .content .table ul:last-child li {
    border: none;
}
#section6 .content .table ul li:nth-of-type(1) {
    width: 50%;
    text-align: left;
}
#section6 .content .table ul li i {
    display:inline-block;
    margin-top: 15px;
}
#section6 .content .table ul li i.yes-icon {
    width: 26px; 
    height: 24px;
    background: url('../img/css_sprites.png') -645px -465px;
}
#section6 .content .table ul li i.no-icon {
    width: 24px; 
    height: 24px;
    background: url('../img/css_sprites.png') -548px -299px;
}
#section6 .content > p {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 36px;
}
#section6 .content > hr {
    width: 92%;
    margin: 75px auto 35px;
    border-top: 2px solid #D0D0D0;
}
#section6 .containers .content > a {
    background: rgba(54, 130, 255, 1);
    margin-top: 35px;
}
/* section6 end */

/* section7 start */
#section7 {
    width: 100%;
    height: auto;
    background: rgba(245, 246, 250, 1);
}
#section7 .containers {
    max-width: 1100px;
}
#section7 .containers > p {
    margin: 35px auto 25px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 24px;
}
#section7 .containers ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section7 .containers ul li {
    width: 30%;
    height: auto;
    margin-top: 35px;
    padding: 50px 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(163, 172, 194, 0.37);
    border-radius: 15px;
}
#section7 .containers ul li .li-top {
    width: 100%;
    height: auto;
    text-align: center;
}
#section7 .containers ul li .li-top i {
    display: inline-block;
}
#section7 .containers ul li:nth-of-type(1) .li-top i{
    width: 107px; 
    height: 105px;
    background: url('../img/css_sprites.png') -10px -387px;
}
#section7 .containers ul li:nth-of-type(2) .li-top i{
    width: 128px; 
    height: 93px;
    background: url('../img/css_sprites.png') -180px -213px;
    margin-top: 12px;
}
#section7 .containers ul li:nth-of-type(3) .li-top i{
    width: 84px; 
    height: 115px;
    background: url('../img/css_sprites.png') -599px -10px;
    margin-top: -9px;
}
#section7 .containers ul li:nth-of-type(4) .li-top i{
    width: 99px;
    height: 120px;
    background: url('../img/css_sprites.png') -480px -10px;
}
#section7 .containers ul li:nth-of-type(5) .li-top i{
    width: 125px; 
    height: 89px;
    background: url('../img/css_sprites.png') -328px -213px;
    margin-bottom: 30px;
}
#section7 .containers ul li:nth-of-type(6) .li-top i{
    width: 76px; 
    height: 129px;
    background: url('../img/css_sprites.png') -480px -150px;
    margin-top: -10px;
}
#section7 .containers ul li .li-top h3 {
    margin-top: 20px;
    padding-top: 10px;
    height: auto;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
}
#section7 .containers ul li p {
    margin-top: 30px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
/* section7 end */

/* section8 start */
#section8 .containers {
    max-width: 1050px;
}
#section8 .containers > p  {
    margin: 35px auto 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 24px;
}
#section8 .containers .content {
    width: 100%;
    height: auto;
}
#section8 .containers .content ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section8 .containers .content ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section8 .containers .content ul li:not(:last-child) {
    margin-bottom: 80px;
}
#section8 .containers .content ul li > div {
    width: 50%;
    height: auto;
}
#section8 .containers .content ul li > div h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
#section8 .containers .content ul li > div p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding-right: 30px;
}
#section8 .containers .content ul li > div img {
    height: auto;
    display: block;
}
#section8 .containers .content ul li:nth-of-type(1) > div img {
    width: 481px;
}
#section8 .containers .content ul li:nth-of-type(2) > div img {
    width: 480px;
}
#section8 .containers .content ul li:nth-of-type(3) > div img {
    width: 391px;
}
#section8 .containers .content ul li:nth-of-type(4) > div img {
    width: 452px;
}
#section8 .containers > hr {
    margin: 60px auto;
    border-top: 2px solid #D0D0D0;
}
#section8 .containers > h3 {
    margin: 60px auto 40px;
    font-size: 24px;
    text-align: center;
}
#section8 .containers .content ul li .li-right ul {
    display: block;
}
#section8 .containers .content ul li .li-right ul li {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
}
#section8 .containers .content ul li .li-right ul li span {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
#section8 .containers .content ul li .li-right ul i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(54, 130, 255, 1);
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
}
/* section8 end */

/* section9 start */
#section9 {
    width: 100%;
    height: auto;
    background: rgba(10, 56, 182, 1);
}
#section9 .containers {
    max-width: 1050px;
}
#section9 .containers h2 {
    color: #fff;
    line-height: 70px;
}
#section9 .containers h2::after {
    background: rgba(244, 131, 31, 1);
}
#section9 .content {
    width: 100%;
    height: auto;
}
#section9 .content > p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    line-height: 30px;
    margin-top: 35px;
}
#section9 .content > img {
    display: block;
    width: 878px;
    height: 400px;
    margin: 40px auto;
}
#section9 .content > ul {
    width: 100%;
    height: auto;
    padding-left: 20px;
}
#section9 .content > ul li {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    line-height: 30px;
    list-style: disc;
}
/* section9 end */

/* section10 start */
#section10 {
    width: 100%;
    height: auto;
}
#section10 .containers {
    max-width: 1050px;
}
#section10 .containers h3 {
    font-size: 32px;
    font-family: Roboto;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 45px;
}
#section10 .content {
    width: 100%;
    height: auto;
}
#section10 .content p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 30px;
    margin-top: 35px;
}
#section10 .block1 .content p:nth-of-type(1),
#section10 .block4 .content p:nth-of-type(1) {
    text-align: center;
}
#section10 .blocks:not(:nth-of-type(1)) {
    margin-top: 80px;
}
#section10 .content img {
    display: block;
    width: 878px;
    height: 400px;
    margin: 35px auto;
}
/* section10 end */

/* section11 start */
#section11 {
    background: rgba(245, 246, 250, 1);
}
#section11 .containers {
    max-width: 1100px;
}
#section11 .containers > p  {
    margin: 35px auto 40px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 32px;
}
#section11 .containers .content {
    width: 100%;
    height: auto;
}
#section11 .containers .content ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section11 .containers .content ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
}
#section11 .containers .content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#section11 .containers .content ul li > div {
    width: 50%;
    height: auto;
}
#section11 .containers .content ul li > div h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
#section11 .containers .content ul li > div p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding-right: 30px;
}
#section11 .containers .content ul li > div img {
    width: auto;
    height: 350px;
    display: block;
    margin: 0 auto;
}
#section11 .containers .content ul li > div.li-left img {
    margin: 0;
} 
#section8 .containers > hr {
    margin: 60px auto;
    border-top: 2px solid #D0D0D0;
}
#section11 .containers > h3 {
    margin: 60px auto 40px;
    font-size: 24px;
    text-align: center;
}
/* section11 end */

/* section12 start */
#section12 .containers {
    max-width: 1100px;
}
#section12 .containers .content {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section12 .containers .content > div {
    width: 50%;
    height: auto;
}
#section12 .containers .content > div.content-left img {
    width: 571px;
    height: auto;
    margin: 0 auto;
}
#section12 .containers .content > div.content-right {
    padding-top: 29px;
}
#section12 .containers .content > div.content-right ul {
    width: 100%;
    height: auto;
}
#section12 .containers .content > div.content-right ul li {
    padding-left: 30px;
    margin-top: 30px;
    position: relative;
}
#section12 .containers .content > div.content-right ul li i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px; 
    height: 22px;
    background: url('../img/css_sprites.png') -338px -326px;
}
#section12 .containers .content > div.content-right ul li span {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}
#section12 .containers .content > div.content-right ul li span.word-bold {
    font-weight: bold;
}
#section12 .containers > p {
    font-size: 24px;
    margin: 35px auto;
    text-align: center;
}
#section12 .containers > hr {
    width: 100%;
    margin: 0 auto 35px;
    border-top: 2px solid #D0D0D0;
}
/* section12 end */


/* section13 start */
#section13 {
    width: 100%;
    height: auto;
    background: #F5F6FA;
}
#section13 .containers .content {
    margin: 80px auto 36px;
}
#section13 .containers .content ul,
#section13 .containers .content > div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 35px;
}
#section13 .containers .content ul li,
#section13 .containers .content > div > div {
    width: 30%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 99;
}
#section13 .containers .content ul li:nth-of-type(2),
#section13 .containers .content > div > div:nth-of-type(2) {
    width: 40%;
} 

#section13 .containers .content ul li:nth-of-type(1) > div {
    width: 320px;
    height: 279px;
    margin: 0 auto;
    position: relative;
}
#section13 .containers .content ul li:nth-of-type(2) > div {
    width: 427px;
    height: 292px;
    margin: 0 auto;
    position: relative;
}
#section13 .containers .content ul li:nth-of-type(3) > div {
    width: 322px;
    height: 279px;
    margin: 0 auto;
    position: relative;
}
#section13 .containers .content ul li:nth-of-type(1) > div > img {
    width: 336px;
    height: auto;
    margin: 0 auto;
}
#section13 .containers .content ul li:nth-of-type(2) > div > img {
    width: 374px;
    height: auto;
    margin: 0 auto;
}
#section13 .containers .content ul li:nth-of-type(3) > div > img {
    width: 381px;
    height: auto;
    margin: 0 auto;
}
#section13 .containers .content ul li:nth-of-type(1) > div > div {
    position: absolute;
    top: -45px;
    left: 0;
}
#section13 .containers .content ul li:nth-of-type(1) > div > div img {
    width: 117px;
    height: 146px;
}
#section13 .containers .content ul li:nth-of-type(2) > div > div{
    position: absolute;
    top: 67px;
    left: -18px;
}
#section13 .containers .content ul li:nth-of-type(2) > div > div img {
    width: 218px;
    height: 233px;
}
#section13 .containers .content ul li:nth-of-type(3) > div > div {
    position: absolute;
    top: 72px;
    right: -70px;
}
#section13 .containers .content ul li:nth-of-type(3) > div > div img {
    width: 111px;
    height: 187px;
}
#section13 .containers .content > div h3 {
    margin: 30px auto;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
#section13 .containers .content > div > div p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #666;
}
#section13 .containers > a {
    margin-top: 50px;
}
#section13 .containers .content > div > div span {
    display: block;
    margin: 0 auto;
    width: 39px; 
    height: 39px;
    background: url('../img/css_sprites.png') -137px -441px;
}
#section13 .containers .content > div > p {
    width: 70%;
    height: 7px;
    background: #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 14%;
}
/* section13 end */

/* section14 start */
#section14 {
    width: 100%;
    height: auto;
}
#section14 .containers {
    position: relative;
}
#section14 .containers .content {
    width: 100%;
    background: #FDFDFD;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
#section14 .containers .content .content-left {
    width: 50%;
    height: auto;
    background: rgba(245, 246, 250, 1);
    padding: 87px 70px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#section14 .containers .content .content-right {
    width: 50%;
    height: auto;
    padding: 87px 94px 78px 117px;
    box-shadow:0px 0px 2px 0px rgba(202, 201, 201, 0.6);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#section14 .containers .content .content-left h3{
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
#section14 .containers .content .content-left ul {
    width: 100%;
    height: auto;
    margin-top: 70px;
}
#section14 .containers .content .content-left ul li {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 36px;
    padding-left: 30px;
}
#section14 .containers .content .content-left ul li span {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
}
#section14 .containers .content .content-left ul li i {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px; 
    height: 22px;
    background: url('../img/css_sprites.png') -338px -326px;
}
#section14 .containers .content .content-right > div:nth-of-type(1) .hide{
    display: none;
}
#section14 .containers .content .content-right > div:nth-of-type(1) .active{
    display: block;
}
#section14 .containers .content .content-right .p1 {
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
#section14 .containers .content .content-right ul {
    width: auto;
    height: auto;
    margin: 30px 0;
}
#section14 .containers .content .content-right ul li {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 22px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 0;
}
#section14 .containers .content .content-right ul li:nth-of-type(2) {
    margin-left: 20px;
}
#section14 .containers .content .content-right ul li.active {
    font-weight: bold;
    border-bottom: 2px solid #196FFC;
}
#section14 .containers .content .content-right .form-group {
    width: 385px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 2px;
}
#section14 .containers .content .content-right .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #9799A4;
    line-height: 50px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#section14 .containers .content .content-right .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#section14 .containers .content .content-right button.btn {
    width: 385px;
    height: 50px;
    line-height: 50px;
    background: #8CADEE;
    border-radius: 2px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    border-color: unset;
    padding: 0;
}
#section14 .containers .content .content-right #areaVal {
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    height: 48px;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-right: 0;
    padding-left: 0;
}
#section14 .containers .content .content-right .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#section14 .containers .content .content-right .oauth-sign {
    width: 385px;
    height: auto;
}
#section14 .containers .content .content-right .oauth-sign p {
    width: 100%;
    margin: 5px auto 30px;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}
#section14 .containers .content .content-right .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #AEAEAE;
    bottom: -10px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    padding: 0 10px;
}
#section14 .containers .content .content-right .oauth-sign > div {
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#section14 .containers .content .content-right .oauth-sign > div > div {
    width: 160px;
    height: 35px;
    border: 1px solid #E7E7E7;
    line-height: 35px;
    text-align: center;
}
#section14 .containers .content .content-right .oauth-sign > div > div .fb {
    display: inline-block;
    width: 138px; 
    height: 28px;
    background: url('../img/css_sprites.png') -180px -326px;
    transform: scale(0.5);
}
#section14 .containers .content .content-right .oauth-sign > div > div .ge {
    display: inline-block;
    width: 102px; height: 34px;
    background: url('../img/css_sprites.png') -137px -387px;
    transform: scale(0.5);
}
#section14 .containers .content .content-right > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 24px;
    cursor: pointer;
}
#section14 .containers .content .content-right .form .form-group.p1 {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
    height: 50px;
}
#section14 .containers .content .content-right .form .form-group.p2 {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 50px;
}
#section14 .containers .content .content-right .form .input-group-prepend {
    margin-right: -1px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border: none;
    height: 48px;
    line-height: 48px;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    height: 48px;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-right: 0;
    padding-left: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5rem;
}
.item span {
    font-weight: 400;
    float: right;
}
#section14 .containers .content .content-right .form .p1 input {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    border: none;
    height: 38px;
    line-height: 38px;
    box-shadow: none;
    border-color: #ced4da;
}
#section14 .containers .content .content-right .form .form-control{
    height: 45px;
    font-size: 16px;
}
#section14 .containers .content .content-right .form .p1 input, 
#section14 .containers .content .content-right .form .form-control {
    height: 48px;
    line-height: 48px;
}
#section14 .containers .content .content-right .form .p2 input {
    display: inline-block;
    width: 227px;
    vertical-align: middle;
    border: none;
    height: 48px;
    line-height: 48px;
    box-shadow: none;
    border-color: #ced4da;
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}
#section14 .containers .content .content-right .form .p2 a {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    border-left: 1px solid #ced4da;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #007bff;
}
.dropdown-menu.show {
    display: block;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(93px, -135px, 0px);
}
#section14 .containers .content .content-right .input-tips {
    width: 100%;
    height: auto;
    text-align: center;
    color: red;
    line-height: 20px;
}
/* section14 end */

/* section15 start */  
#section15 {
    width: 100%;
    height: auto;
    background: url('../img/section13-bg.jpg') no-repeat;
    background-size: 100% 100%;
}
#section15 .containers > h2 {
   font-size: 50px;
   font-family: Roboto;
   font-weight: bold;
   color: #FFFFFF;
}
#section15 .containers > h2::after {
    background: rgba(244, 131, 31, 1);
}
#section15 .containers .content {
   margin-top: 130px;
}
#section15 .containers .content ul {
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#section15 .containers .content ul li {
   width: 25%;
   height: auto;
   font-size: 20px;
   font-family: Adobe Heiti Std;
   font-weight: normal;
   color: #FFFFFF;
   text-align: center;
   line-height: 30px;
}
#section15 .containers .content ul:nth-of-type(1) li {
   font-size: 55px;
   font-family: Source Han Sans TW;
   font-weight: bold;
   color: #FFFFFF;
   line-height: normal;
}
#section15 .containers .content ul:nth-of-type(1) li:nth-of-type(1) {
    display: flex;
    align-items: center;
}
#section15 .containers .content ul:nth-of-type(1) li strong {
    color: #1E53FF;
    font-weight: 800;
}
#section15 .containers .content ul:nth-of-type(1) li span {
   color: #164BFF;
}
#section15 .containers .content ul:nth-of-type(1) li:nth-of-type(2) img {
    width: 224px;
    height: 200px;
    margin: 0 auto;
}
#section15 .containers .content ul:nth-of-type(1) li:nth-of-type(3) img {
    width: 168px;
    height: 200px;
    margin: 0 auto;
}
#section15 .containers .content ul:nth-of-type(1) li:nth-of-type(4) img {
    width: 168px;
    height: 200px;
    margin: 0 auto;
}
#section15 .containers .content ul:nth-of-type(2) {
   margin: 45px 0 0;
}
#section15 .containers .content ul:nth-of-type(3) {
   margin-bottom: 5px;
}
#section15 .containers .content ul:last-child li {
   font-size: 15px;
   font-family: SourceHanSansSC;
   font-weight: 400;
   color: #FFFFFF;
   opacity: 0.4;
}
/* section15 end */  

/* section16 start */
#section16 .section16-container {
    max-width: 1100px;
    height: auto;
    padding: 80px 0;
}

#section16 .section16-container h3 {
    width: 100%;
    height:auto;
    font-size:50px;
    font-family: PingFangHK-Semibold,PingFangHK;
    font-weight:600;
    text-align: center;
    color:rgba(51,51,51,1);
    line-height:70px;
}

#section16 .section16-container h4::after {
    display: none;
}

#section16 .section16-container .panel-group {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 20px 70px 0;
}
#section16 .section16-container .panel-group .panel {
    border: none;
}

#section16 .section16-container .panel-group .panel:not(:last-child) {
    border-bottom: 1px solid #C3C3C3;
}

#section16 .section16-container .panel-group .panel-default>.panel-heading {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
}

#section16 .section16-container .panel-group .panel-heading .panel-title a span {
    font-size: 24px;
    color: rgba(51,51,51,1);
    line-height: 28px;
}

#section16 .section16-container .panel-group .panel-heading .panel-title a {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    position: relative;
    text-decoration: none;
}

#section16 .section16-container .panel-group .panel-heading .panel-title a i {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 44px;
    bottom: 20px;
    background: url('../img/css_sprites.png') -599px -465px;
}

#section16 .section16-container .panel-group .panel-heading .panel-title a i.active {
    bottom: 33px;
    width: 26px; 
    height: 2px;
    background: url('../img/css_sprites.png') -548px -343px;
}

#section16 .section16-container .panel-group .panel-body{
    padding: 0 20px 20px 125px;
}

#section16 .section16-container .panel-group .panel-body p {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size:16px;
    font-family: ArialMT;
    color:rgba(51,51,51,1);
    line-height: 34px;
} 
/* section16 end */

/* section17 start */
#section17 {
    width: 100%;
    height: auto;
    background: rgba(245, 246, 250, 1);
}
#section17 .containers > h2 {
    color: rgba(5, 21, 50, 1);
}
#section17 .containers > p {
    margin: 20px auto 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 36px;
}
#section17 .containers ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section17 .containers ul li {
    width: 33.3%;
    height: auto;
    padding: 60px 30px;
}
#section17 .containers ul li .li-top {
    width: 100%;
    height: auto;
    text-align: center;
}
#section17 .containers ul li .li-top a {
    display: block;
    height: auto;
    text-align: left;
    position: relative;
    cursor: pointer;
}
#section17 .containers ul li .li-top a span {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-right: 5px;
}
#section17 .containers ul li .li-top a:hover span {
    cursor: pointer;
    color: rgba(54, 130, 255, 1);
    text-decoration: underline;
}
#section17 .containers ul li .li-top a i {
    display: inline-block;
    content: " ";
    width: 21px; 
    height: 14px;
    background: url('../img/css_sprites.png') -418px -326px;
}
#section17 .containers ul li p {
    margin-top: 10px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-align: left;
}
/* section17 end */

@media screen and (max-width:768px) { 

    html{
        font-size: 62.5;
    }
    body{
        font-family: normal 100% Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
    }
    /* public css start */
    .sections .containers {
        max-width: none;
        height: auto;
        margin: 0 auto;
        padding: 5rem 2rem;
    }
    .sections .containers > h2 {
        font-size: 2.6rem;
        line-height: 4.2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
        margin: 0 1.6rem;
        width: auto;
    }            
    .sections .containers > h2::after {
        content: '';
        display: block;
        width: 8rem;
        height: 0.3rem;
        background: rgba(54, 130, 255, 1);
        margin: 1.5rem auto 3rem;
    }
    .sections .containers .register-btn {
        width: 27rem;
        height: 5rem;
        line-height: 5rem;
        background: #3682FF;
        border-radius: 2rem;
        font-size: 2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }
    /* public css end */

    /* section1 mobile start */
    #section1 {
        background: url(../img/section1-bg-m.jpg) no-repeat;
        background-size: 100% 100%;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    #section1 .content-left {
        padding: 10rem 0 4rem;
    }
    #section1 .content-left h1 {
        font-size: 4rem;
        line-height: 6rem;
    }
    #section1 .content-left p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin: 1rem auto 3rem;
    }
    #section1 .content-left > div {
        display: unset;
    }
    #section1 .content-left > div > a {
        width: 24rem;
        padding: 0;
        height: 5rem;
        line-height: 5rem;
        margin: 3rem auto;
        display: block;
    }
    #section1 .content-left ul {
        width: 90%;
        margin: 0 auto;
    }
    #section1 .content-left ul li {
        width: 50%;
        margin-bottom: 1rem;
    }
    #section1 .content-left ul li i {
        transform: scale(0.8);
    }
    #section1 .content-left ul li span {
        font-size: 1.7rem;
        line-height: 2.4rem;
        margin-left: 0;
    }
    /* section1 mobile end */

    /* section2 mobile start */
    #section2 {
        height: auto;
    }
    #section2 .containers {
        padding: 5rem 0;
    }
    #section2 .containers ul {
        width: unset;
        height: auto;
        border-bottom: 1px solid rgba(209, 209, 209, 1);
        margin-bottom: 2.5rem;
        margin-left: 1rem;
        margin-right: 2rem;
    }
    #section2 .containers ul li {
        height: 3.5rem;
        line-height: 3.5rem;
        width: 16.5rem;
        box-shadow: 0px 0px 10px 0px rgba(142, 149, 169, 0.23);
        border-radius: 5px 5px 0px 0px;
        font-size: 1.6rem;
    }
    #section2 .code-btn .buy-btn span:nth-of-type(2), #section2 .code-btn .sell-btn span:nth-of-type(2) {
        font-size: 1.4rem;
    }
    #section2 .section2-container {
        position: unset;
        width: 100%;
        height: auto;
        transform: unset;
    }
    #section2 .containers h2 {
        font-size: 3rem;
        line-height: 4.2rem;
        color: #333333;
    }
    #section2 .code-box > div {
        display: unset;
        box-shadow: none;
        border-radius: 0;
    }
    #section2 .code-name {
        width: 7rem;
        height: 5.5rem;
        line-height: 5.5rem;
        border-radius: 4px;
        margin-left: 1rem;
        margin-right: 2rem;
    }
    #section2 .code-name span {
        font-size: 1.8rem;
    }
    #section2 .content {
        margin-top: 0;
        text-align: center;
    }
    #section2 .content img {
        width: 33rem;
        height: 40.6rem;
    }
    #section2 #tvIframe{
        height: 42rem;
        border: 1px solid #e0e3eb;
        width: calc(100% - 1.5rem);
        margin: 1.4rem auto 0;
        margin-left: 0.7rem;
    }
    #section2 .code-box{
        margin: 3rem auto 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 18px 0px #CAC9C9;
        border-radius: 1rem;
        padding:2rem 0 2.2rem;
        width: calc(100% - 1.5rem);
    }
    #section2 .code-name img{
        width: 4.5rem;
        height: 4.5rem;
        margin-left: 1rem;
        margin-right: 2rem;
    }
    #section2 .code-btn{
        width: 100%;
    }
    #section2 .code-btn .sell-btn{
        display: inline-block;
        width: 14rem;
        height: auto;
        line-height: normal;
        background: #009E4A;
        box-shadow: 0px 8px 4px 0px rgba(208, 228, 208, 0.56);
        opacity: 0.95;
        border-radius: 3px;
        font-size: 2rem;
        float: left;
        margin: 0;
        margin-left: 1rem;
        padding: 1rem 0;
    }
    #section2 .code-btn .buy-btn{
        display: inline-block;
        width: 14rem;
        height: auto;
        line-height: normal;
        background: #EC4330;
        box-shadow: 0px 8px 4px 0px rgba(228, 208, 208, 0.56);
        opacity: 0.95;
        border-radius: 3px;
        font-size: 2rem;
        float: right;
        margin: 0;
        margin-right: 2rem;
        padding: 1rem 0;
    }
    #section2 .code-btn .sell-btn span,
    #section2 .code-btn .buy-btn span {
        display: block;
    }
    #section2 .code-price .nowPrice{
        font-size: 3rem;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
        line-height: 3rem;
        display: inline-block;
        margin-right: 1rem;
    }
    #section2 .code-price .dailyPercent{
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 500;
        color: #009E4A;
        line-height: 1.2rem;
        display: inline-block;
    }
    #section2 .code-price  .code-minmax{
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 400;
        color: #333333;
        line-height: 1.2rem;
        display: inline-block;
        margin-top:0;
        margin-left: 1rem;
    }
    #section2 .code-price  .code-minmax span{
        margin-right: 2rem;
    }
    #section2 .code-price .deily-status.down::before{
        content:'+';
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 500;
        color: #EC4330;
        line-height: 1.2rem;
        display: inline-block;
    }
    #section2 .code-price .deily-status.up::before{
        content:'-';
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 500;
        color: #009E4A;
        line-height: 1.2rem;
        display: inline-block;
    }
    #section2 .code-box .code-name,
    #section2 .code-box .code-price,
    #section2 .code-box .code-btn{
        display: inline-block;
        vertical-align: top;
    }
    #section2 .code-box .code-btn{
        margin-top:1rem;
    }
    #section2 .code-btn{
        float: none;
        margin-right: 0;
    }
    /* section2 mobile end */

    /* section3 mobile start */
    #section3 .containers .content > div {
        width: 100%;
    }
    #section3 .containers .content > div h2 {
        font-size: 3rem;
        line-height: 4.2rem;
        text-align: center;
    }
    #section3 .containers .content > div h2::after {
        width: 8rem;
        height: 0.3rem;
        margin: 1rem auto 3rem;
    }
    #section3 .containers .content > div >p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section3 .containers .content > div:nth-of-type(2) {
        margin-top: 3rem;
    }
    #section3 .containers .content > div > ul li {
        font-size: 2rem;
    }
    #section3 .containers .content > div > div li div label, #section3 .containers .content .type-row label {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    #section3 .my-header-css {
        height: 4rem;
        line-height: 4rem;
    }
    #section3 .my-option-css {
        height: 4rem;
        line-height: 4rem;
        background-size: 3.5rem 3.5rem;
        padding-left: 4rem;
        font-size: 1.4rem;
    }
    #section3 .jqcs_select .jqcs_value {
        padding: 0;
    }
    #section3 .jqcs_select .jqcs_arrow {
        top: 1rem;
    }
    #section3 .containers .content > div > div li > div {
        margin-top: 2rem;
    }
    #section3 .containers .content > div > div li > div.cost-row > div,
    #section3 .containers .content > div > div li > div.buy-row > div {
        height: 4rem;
    }
    #section3 .containers .content > div > div li > div.cost-row > div input,
    #section3 .containers .content > div > div li > div.buy-row > div input {
        height: 3.8rem;
        line-height: 3.8rem;
        font-size: 1.4rem;
        padding: 0 1rem;
    }
    #section3 .option {
        width: 4.5rem;
        height: 3.8rem;
        line-height: 3.8rem;
        font-size: 1.4rem;
    }
    #section3 .containers .content > div > div li > a {
        height: 5rem;
        line-height: 5rem;
        font-size: 2rem;
        margin: 2rem 0 0;
    }
    #section3 .containers .content > div > div {
        padding: 3rem 4rem 2rem;
    }
    /* section3 mobile end */

    /* section4 mobile start */
    #section4 .containers > h2 {
        font-size: 3rem;
    }
    #section4 .containers > p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        text-align: left;
        margin: 3rem auto;
        font-weight: 300;
    }
    #section4 .containers .content {
        margin-top: 0;
    }
    #section4 .containers .content ul li > div{
        margin-bottom: 5rem !important;
    }
    #section4 .containers .content ul li > div > div{
        width: 100%;
    }
    #section4 .containers .content ul li > div > div h3 {
        margin-bottom: 3rem;
        font-size: 2rem;
    }
    #section4 .containers .content ul li > div > div p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section4 .containers .content ul li > div > div img {
        width: 31.5rem;
        height: auto;
        margin: 3rem auto;
    }
    #section4 .containers .content ul li:last-child > div {
        margin-bottom: 0 !important;
    }
    #section4 .containers .content ul li:last-child > div > div img {
        width: 24.9rem;
        height: 25.7rem;
    }
    #section4 .containers .content ul li:last-child {
        margin-bottom: 0 !important;
    }
    /* section4 mobile end */

    /* section5 mobile start */
    #section5 .containers ul li {
        width: 100%;
        padding: 0;
    }
    #section5 .containers ul li .li-top h3 {
        margin-top: 0;
        font-size: 2rem;
        line-height: 2.8rem;
    }
    #section5 .containers ul li p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #fff;
        text-align: left;
        font-weight: 300;
    }
    /* section5 mobile end */

    /* section6 mobile start */
    #section6 .content {
        padding: 0 1rem;
    }
    #section6 .containers {
        padding: 5rem 0;
    }
    #section6 .containers h2 {
        line-height: 4.2rem;
    }
    #section6 .content .table {
        margin: 3rem auto;
        border-radius: 4px;
    }
    #section6 .content .table ul:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: 0px 0px 10px 0px rgba(202, 201, 201, 0.6);
    }
    #section6 .content .table ul {
        padding: 0 1.4rem 0 0.8rem;
    }
    #section6 .content .table ul li {
        height: auto;
        line-height: unset;
        padding: 1.5rem  0;
        font-size: 1.4rem;
    }
    #section6 .content .table ul li i {
        margin-top: 0;
    }
    #section6 .content .table ul:nth-of-type(1) li {
        font-size: 1.4rem;
        height: auto;
        line-height: 2rem;
        font-weight: 400;
    }
    #section6 .content .table ul:not(:first-child) li {
        font-weight: 300;
    }
    #section6 .content .table ul li:nth-of-type(2) {
        width: 25%;
    }
    #section6 .content .table ul li:nth-of-type(3) {
        width: 25%;
    }
    #section6 .content .table ul:nth-of-type(2) li:not(:first-child),
    #section6 .content .table ul:nth-of-type(3) li:not(:first-child),
    #section6 .content .table ul:nth-of-type(5) li:not(:first-child),
    #section6 .content .table ul:nth-of-type(6) li:not(:first-child),
    #section6 .content .table ul:nth-of-type(9) li:not(:first-child){
        padding: 2.3rem 0;
    }
    #section6 .content > p {
        font-size: 1.6rem;
        color: #333;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section6 .content > hr {
        width: 100%;
        height: 1px;
        margin: 3rem auto 1.5rem;
    }
    #section6 .content > img {
        width: 1.6rem;
        height: 1.6rem;
        margin: 2rem auto;
    }
    #section6 .containers .content > a {
        background: #3682FF;
        margin-top: 2rem;
    }
    /* section6 mobile end */

    /* section7 mobile start */
    #section7 .containers {
        padding: 5rem 0rem;
    }
    #section7 .containers > p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        text-align: left;
        margin: 2rem 1.6rem 3rem;
        font-weight: 300;
    }
    #section7 .containers ul li p {
        font-weight: 300;
    }
    #section7 .containers ul {
        justify-content: normal;
        flex-wrap: unset;
    }
    .mobile-carousel .swiper-slide {
        transform: scale(0.85);
        -webkit-transition: transform 1.0s;
    }
    .mobile-carousel .swiper-slide-active {
        transform: scale(1);
    }
    #section7 .containers ul li {
        box-shadow: none;
        padding: 0;
        height: auto;
    }
    #section7 .containers ul li > div {
        width: 28rem;
        height: auto;
        padding: 5rem 2rem 3.5rem;
        background: #FFFFFF;
        border-radius: 5px;
    }
    #section7 .containers ul li.swiper-slide > div {
        padding-left: 3.5rem;
        padding-right: 3rem;
        margin: 0 auto;
    }
    #section7 .containers ul li.swiper-slide-active > div {
        padding: 5rem 2rem 3rem;
        margin: 0 auto;
    }
    #section7 .containers ul li:nth-of-type(3) {
        padding: 0;
    }
    /* section7 mobile end */

    /* section8 mobile start */
    #section8 .containers > h2 {
        font-size: 2.8rem;
    }
    #section8 .containers > p {
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: left;
        margin: 3rem auto 3rem;
        font-weight: 300;
    }
    #section8 .containers .content ul li > div {
        width: 100%;
    }
    #section8 .containers .content ul li > div h3 {
        margin-bottom: 3rem;
        font-size: 2.4rem;
    }
    #section8 .containers .content ul li > div p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        padding-right: 0;
        font-weight: 300;
    }
    #section8 .containers .content ul li > div img {
        width: 31rem !important;
        height: auto !important;
        margin: 3rem auto;
    }
    #section8 .containers .content ul li .li-right ul li {
        padding-right: 0;
    }
    #section8 .containers .content ul li .li-right ul li span {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section8 .containers .content ul li:last-child {
        margin-bottom: 0 !important;
    }
    #section8 .containers .content ul li:not(:last-child) {
        margin-bottom: 5rem;
    }
    #section8 .containers > hr {
        width: 100%;
        border-top: 1px solid #D0D0D0;
        margin: 3rem auto 1.5rem;
    }
    #section8 .containers > h3 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
        margin: 0 auto 2rem;
    }
    /* section8 mobile end */

    /* section9 mobile start */
    #section9 .containers h2 {
        font-size: 2.5rem;
        line-height: 4.2rem;
        margin: 0;
    }
    #section9 .content > p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section9 .content > ul li {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 2rem;
        font-weight: 300;
    }
    #section9 .content > img {
        width: 35.1rem;
        height: auto;
    }
    /* section9 mobile end */

    /* section10 mobile start */
    #section10 .containers {
        padding: 5rem 1.5rem;
    }
    #section10 .containers h3 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.8rem;
        color: rgba(54, 130, 255, 1);
        text-align: left;
    }
    #section10 .content p {
        text-align: left !important;
        margin-top: 3rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section10 .content img {
        width: 35.1rem;
        height: auto;
        margin: 3rem auto;
    }
    #section10 .blocks:not(:nth-of-type(1)) {
        margin-top: 5rem;
    }
    /* section10 mobile end */

    /* section11 mobile start */
    #section11 .containers {
        padding: 5rem 0; 
    }
    #section11 .containers > p {
        margin: 2rem auto 3rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
        text-align: left;
        padding: 0 2rem;
        font-weight: 300;
    }
    #section11 .containers .content ul li {
        padding: 0;
        border-bottom: none;
    }
    #section11 .containers .content ul li > div {
        width: 100%;
    }
    #section11 .containers .content ul li > div h3 {
        font-size: 2rem;
        padding-left: 2rem;
        height: 5rem;
        line-height: 5rem;
        background: rgba(234, 235, 236, 1);
        border-bottom: 2px solid rgba(54, 130, 255, 1);
    }
    #section11 .containers .content ul li > div p {
        padding: 0 2rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }
    #section11 .containers .content ul li > div img {
        height: 24.5rem;
        margin: 0 auto !important;
    }
    #section11 .containers .content ul li:not(:last-child) {
        margin-bottom: 5rem;
    }
    /* section11 mobile end */


    /* section12 mobile start */
    #section12 .containers {
        padding: 5rem 0;
    }
    #section12 .containers .content > div.content-right {
        padding-top: 0;
    }
    #section12 .containers .content {
        padding: 0 4%;
    }
    #section12 .containers .content > div {
        width: 100%;
    }
    #section12 .containers .content > div.content-right ul li {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-left: 2.5rem;
    }
    #section12 .containers .content > div.content-right ul li:nth-of-type(1) {
        margin-top: 0;
    }
    #section12 .containers .content > div.content-right ul li i {
        width: 1.5rem;
        height: 1.5rem;
    }
    #section12 .containers > img {
        width: auto;
        height: 45rem;
        margin: 3rem auto 2rem;
    }
    #section12 .containers > p {
        padding: 0 4%;
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin: 1.5rem auto 2rem;
        font-weight: 300;
        text-align: center;
    }
    #section12 .containers .content > div.content-right ul li span {
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 300;
    }
    #section12 .containers > hr {
        width: 90%;
        border-top: 1px solid #D0D0D0;
        margin:  4rem auto 1.5rem;
    }
    /* section12 mobile end */

    /* section13 mobile start */
    #section13 .containers .content {
        margin: 0;
    }
    #section13 .containers .content > div > div {
        width: 100% !important; 
    }
    #section13 .containers .content > div > div span {
        line-height: 3.8rem;
        font-size: 1.4rem;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }
    #section13 .containers .content > div h3 {
        margin: 1rem 0 2rem 0;
        font-size: 2rem;
    }
    #section13 .containers .content > div > div p {
        font-size: 1.6rem;
        font-family: Roboto;
        font-weight: 300;
    }
    #section13 .containers .content > div  div > div{
        position: relative;
        width: 100%;
        height: auto;
    }
    #section13 .containers .content > div div img {
        width: auto !important;
        height: 25.6rem !important;
        margin: 3rem auto 5rem;
    }
    /* section13 mobile end */

    /* section15 mobile start */
    #section15-m {
        width: 100%;
        height: auto;
        background: url('../img/section13-bg-m.jpg') no-repeat;
        background-size: 100% 100%;
    }
    #section15-m .m-index-award {
        color: #FFFFFF;
        padding: 5rem 0 0 0;
        text-align: center;
        position: relative;
    }
    #section15-m .m-index-award h3 {
        width: auto;
        height: auto;
        font-size: 3rem;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 4.2rem;
    }
    #section15-m .m-index-award h3::after {
        content: '';
        display: block;
        width: 8rem;
        height: 0.3rem;
        margin: 1.5rem auto 0;
        background: rgba(244, 131, 31, 1);
    }
    #section15-m .m-index-award .swiper-slide {
        margin-top: 5rem;
    }
    #section15-m .m-index-award .m-content,
    #section15-m .m-index-award .m-content .m-animate-num{
        font-size: 4.2rem;
        font-family: SourceHanSansSC;
        font-weight: 800;
        color: rgba(255, 255, 255, 1);
        line-height: 6.1rem;
    }
    #section15-m .m-index-award .m-content strong {
        color: #1E53FF;
        font-weight: 800;
    }
    #section15-m .m-index-award .m-content img {
        margin: 0 auto 0;
    }
    #section15-m .m-index-award .m-content img.mid {
        width: 24rem;
        height: auto;
    }
    #section15-m .m-index-award .m-content img.mid2 {
        width: 16.8rem;
        height: auto;
    }
    #section15-m .m-index-award .m-content img.mid3 {
        width: 18rem;
        height: auto;
    }
    #section15-m .m-index-award .swiper-wrapper .no-img .m-content {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    #section15-m .m-index-award .swiper-slide span {
        display: block;
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }
    #section15-m .m-index-award .swiper-slide em {
        font-size: 1rem;
        font-family: SourceHanSansSC;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 1);
        opacity: 0.4;
    }
    #section15-m .m-index-award .swiper-slide {
        padding-bottom: 8rem;
    }
    #section15-m .m-index-award .swiper-container-horizontal>.swiper-pagination-bullets,
    #section15-m .swiper-pagination-custom,
    #section15-m .swiper-pagination-fraction {
        bottom: 4rem;
    }
    #section15-m .m-index-award .swiper-pagination-bullet {
        background: #999999;
    }
    #section15-m .m-index-award .swiper-pagination-bullet-active {
        background: #0047BB;
    }
    #section15-m .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }
    #section15-m .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6.5px;
    }
    /* section15 mobile end */
    
    /* section16 mobile start */
    #section16 {
        background: #fff;
    }
    #section16 .section16-container {
        padding: 5rem 0;
    }

    #section16 .section16-container h3 {
        font-size: 3rem;
        line-height: 4.2rem;
    }

    #section16 .section16-container .panel-group {
        width: 95%;
        margin: 2.4rem auto 0;
        padding: 0;
    }

    #section16 .section16-container .panel-group .panel-heading .panel-title a span {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.6rem;
    }

    #section16 .section16-container .panel-group .panel-heading .panel-title a {
        padding: 1rem 0 1rem 2.8rem;
    }

    #section16 .section16-container .panel-group .panel-heading .panel-title a i {
        left: 0.5rem;
        bottom: unset;
        top: 1rem;
        transform: scale(0.5);
    }

    #section16 .section16-container .panel-group .panel-heading .panel-title a i.active {
        height: 1px;
        bottom: unset;
        top: 21px;
    }

    #section16 .section16-container .panel-group .panel-body {
        padding: 10px 0 10px 28px;
    }

    #section16 .section16-container .panel-group .panel-body p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 300;
    }

    #section16 #accordion .panel-heading a:before {
        display: none;
    }
    /* section16 mobile end */

    /* section17 mobile start */
    #section17 .containers {
        padding: 5rem 2rem;
    }
    #section17 .containers > p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 2rem 1.6rem 3rem;
    }
    #section17 .containers > h2::after {
        margin-bottom: 0;
    }
    #section17 .containers ul li {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-top: 4rem;
    }
    #section17 .containers ul li .li-top h3 {
        font-size: 2rem;
        line-height: 2.8rem;
        font-weight: 600;
    }
    #section17 .containers ul li p {
        margin-top: 1rem;
        font-weight: 300;
    }
    /* section17 mobile end */
}