li{list-style:none;}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.fl {
  float: left;
}
.fr {
	float: right;
}

.language-left {
    color: #061828;
}
/* .loginbar-login, .loginbar-register {
    color: #061828;
} */
.loginbar-box {
    border: solid 1px #061828;
}
.banner {
    height: 330px;
}
.nav-item {
    padding: 0 10px;
    color: #061828;
}
.nav-item img {
    width: 15px;
}
.language-box .language-right {
    width: 16px;
    height: 16px;
}
.language-box .language-right img {
    width: 100%;
    height: 100%;
}
.banner-center-con {
    margin-top: 109px;
}
.banner {
    height: 100px;
    background: #f7f7f7;
}
.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    padding-bottom: 120px;
}


.banner-position {
    /* font-family: PingFangSC-Light; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
    color: #061828;
    text-align: left;
    opacity: 0.6;
    margin-bottom: 40px;
}
h1 {
    /* font-family: PingFangSC-Regular; */
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
    color: #061828;
    margin-bottom: 24px;
    text-align: left;
}
.banner-position a {
	color: #061828;
}

.banner-position a:active {color: #061828;}
.banner-position a:visited  {color: #061828;}

.date-download {
    width: 829px;
    border-bottom: 1px solid #d2d2d2;
    /* margin-bottom: 30px; */
}
.date-download-text {
    /* font-family: PingFangSC-Light; */
	font-size: 0px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #061828;
	opacity: 0.6;
}
.date-download-text span {
    margin-right: 35px;
    font-size: 14px;
}

.date-download-text img {
    width: 15px;
    margin-right: 6px;
}
.date-download-bnt {
    width: 121px;
	height: 37px;
    background-color: #2386ee;
    /* font-family: PingFangSC-Light; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}


.details-left {
    width: 828px;
}
.data-img {
    margin-top: 30px;
    /* margin-bottom: 20px; */
    text-align: center;
}
.data-img .img {
    display: inline-block;
    width: 100%;
    height: auto;
    background: #eee;
}
.data-img .img img {
    width: 100%;
    height: auto;
}
.text-describe-data {
    /* font-family: PingFangSC-Light; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
    color: #061828;
    text-align: left;
    margin-top: 20px;
}
.text-describe img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    max-width: 100% !important;
}
.details-right {
    width: 291px;
    height: 443px;
    text-align: left;
}
.recommend{
padding: 30px 20px 20px 20px;
background-color: #f7f7f7;
}
.recommend-title {
    /* font-family: PingFangSC-Thin; */
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 1px;
    color: #061828;
}
.recommend-title span {
    display: inline-block;
    padding-bottom: 17px;
    border-bottom: 1px solid #0086f1;
    margin-bottom: -1px;
}
.recommend-box {
    border-top: 1px solid rgba(0,0,0,.2);
}
.recommend-list {
    font-size: 14px;
    margin-top: 19px;
    line-height: 14px;
}
.recommend-list:first-child {
    margin-top: 22px;
}
.recommend-list a {
    display: inline-block;
    /* font-family: PingFangSC-Light; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
    color: #061828;
    transition: all .3s;
}
.recommend-list a:hover {
    color: #2386ee;
}
.recommend-list:before {
    content: '●';
    color: #2386ee;
    margin-right: 7px;
}
.ercode-box{
   width: 200px;
   margin: 0 auto;
   margin-top: 20px;
}
.ercode-box img{
    width: 100%;
 }
 .ercode-box p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #061828;
    transition: all .3s;
    margin-top: 10px;
    text-align: center;
 }

/* 下载弹框 */
.mask {
    display: none;
}
.download_bullet {
    width: 494px;
    height: 535px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
    border-radius: 10px;
}
.download_bullet .close {
    position: absolute;
    top: 23px;
    right: 19px;
    width: 22px;
    height: 22px;
    opacity: 1;
}
.download_bullet .close img {
    width: 100%;
    height: 100%;
}
.download_bullet_title {
    font-size: 26px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #333333;
    line-height: 37px;
    text-align: left;
}
.download_bullet .user_inputs {
    width: 373px;
    display: flex;
    flex-direction: column;
}
.download_bullet .user_inputs input:focus,
.download_bullet .user_inputs textarea:focus  {
    border-bottom: 1px solid #0086F1;
    outline: none;
}

.download_bullet .user_inputs input {
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    margin-top: 40px;
    color: #333;
    font-weight: 400;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 9px;
    padding-left: 27px;
    transition: all .3s;
}
.download_bullet .user_inputs input:-moz-placeholder,
.download_bullet .user_inputs textarea:-moz-placeholder {
    font-weight: 300;
    color: #999;
    /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs input::-moz-placeholder,
.download_bullet .user_inputs textarea::-moz-placeholder {
    font-weight: 300;
    color: #999;
    /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs input:-ms-input-placeholder,
.download_bullet .user_inputs textarea:-ms-input-placeholder {
    font-weight: 300;
    color: #999;
    /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs input::-webkit-input-placeholder,
.download_bullet .user_inputs textarea::-webkit-input-placeholder {
    font-weight: 300;
    color: #999;
    /* font-family: PingFangSC-Light, PingFang SC; */
}
.download_bullet .user_inputs #getcode_button {
    position: absolute;
    right: 0;
    bottom: 3px;
    border: 0;
    background-color: rgba(0,0,0,0);
    width: 100px;
    height: 20px;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #0086F1;
    line-height: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
    outline: none;
}
.download_bullet .user_inputs .prohibit {
    color: #777 !important;
}
.user_inputs .user_inputs_row {
    position: relative;
    display: flex;
}
.country_box {
    width: 99px;
    margin-right: 23px;
    border-bottom: 1px solid #DBDBDB;
}
.user_inputs .phone_icon {
    width: 15px;
    height: 20px;
    bottom: 11px;
}
.user_inputs .security_icon {
    width: 15px;
    height: 21px;
    position: absolute;
    left: 0;
    bottom: 11px;
}
.user_inputs img {
    width: 17px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 12px;
}
.user_inputs .country {
    box-sizing: border-box;
    width: 58px;
    height: 20px;
    font-size: 14px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-left: 26px;
    margin-top: 34px;
}

.download_bullet .user_inputs >div {
    position: relative;
}

.download_bullet .user_inputs .phoneValue {
    width: 50%;
    padding-left: 0;
    flex: 1;
}


.user_inputs img {
    width: 17px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.user_inputs .submit-message {
    width: 100%;
    height: 52px;
    background: linear-gradient(315deg, #00BBF9 0%, #0086F1 100%);
    border-radius: 4px;
    margin-top: 59px;
    border: none;
    color: #fff;
    transition: all .3s;
    font-size: 16px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.14px;
}
.user_inputs .submit-message:hover::after {
    margin-left: 10px;
}
.user_inputs .submit-message:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 6px;
    font-size: 22px;
    transition: all .4s ease;
    display: inline-block;
    transform: translateY(2px);
}
.download_bullet .right_bottom {
    width: 380px;
    height: 37px;
    font-size: 11px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #777777;
    line-height: 16px;
    margin-top: 22px;
    text-align: left;
}
.download_bullet .right_bottom a {
    color: #0086F1;
}
.download_bullet .error_Tips {
    width: auto;
    height: 20px;
    font-size: 14px;
    /* font-family: PingFangSC-Light, PingFang SC; */
    font-weight: 300;
    color: #F02525;
    line-height: 20px;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    right: 0px;
    display: none;
}

.logo {
    margin-left: -6px;
}
@media screen and (max-width:1200px) {
    .content {
        width: 90%;
    }
    .details-left {
        width: calc(100% - 310px);
    }
    .details-right {
        margin-top: 0;
    }
    .data-img .img {
        width: 33.33%;
        height: auto;
    }
}
