/**/

#head {
    height: 410px;
}


/*div:after{*/


/*content: "";*/


/*display: block;*/


/*clear: both;*/


/*}*/


/*banner搜索框*/

.header-bg {
    width: 100%;
    height: 280px;
    position: relative;
}

.header-bg>img {
    width: 100%;
    height: 280px;
}

.header-search {
    width: 1000px;
    height: 100px;
    margin: 90px auto;
    position: relative;
}

.header-content-wrap {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-search:after {
    content: "";
    display: block;
    clear: both;
}

.header-search p {
    font-size: 28px;
    float: left;
    color: #fff;
    padding-right: 78px;
}

.header-search span {
    position: absolute;
    top: 14%;
    left: 23.5%;
}

.header-search input[type=text] {
    width: 575px;
    height: 40px;
    padding-left: 40px;
    margin-right: 40px;
    border: 1px solid transparent;
}

.header-search input[type=button] {
    width: 90px;
    height: 40px;
    background: #0384FF;
    color: #FFFFFF;
    border: 1px solid transparent;
    font-size: 16px;
}

.search-keys {
    float: left;
    margin: 10px 0 0 216px;
}

.search-keys li {
    float: left;
    padding-right: 20px;
}

.search-keys a {
    color: #C4C3C2;
    text-decoration: underline;
}

.search-keys a:hover {
    color: #0384FF;
}


/*content*/

#content {
    display: block;
    width: 100%;
    /* height: 968px; */
    /* height: 100%; */
    overflow: hidden;
    background: #F2F2F2;
}

.feature {
    /* width: 1000px; */
    /* height: 50px; */
    /* margin: 0 auto 50px; */
    /* text-align: center; */
}

.feature .option {
    background: #fff;
}

.feature .detail-wrap {
    width: 1000px;
    margin: 0 auto;
}

.feature .feature-list {
    width: 600px;
    margin: 0 auto;
}

.feature ul:after {
    content: "";
    display: block;
    clear: both;
}

.feature .feature-list li,
.detail-product-left li {
    float: left;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.feature .feature-list li img {
    position: absolute;
    bottom: 0;
    left: 100px;
    display: none;
}

.feature li img.triangle {
    display: block;
}

.feature ul li a {
    display: inline-block;
    color: #7B7B7B;
    font-size: 16px;
}

.details-wrap {
    width: 100%;
    height: auto;
    background: #F2F2F2;
}

.detail-content {
    width: 1000px;
    /*border: 1px solid blue;*/
    /* margin: 30px 30px 0 30px; */
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.detail-content-download {
    background: #FFFFFF;
}

.detail-wrap .detail-display {
    display: block;
}

.details-wrap:after {
    content: "";
    display: block;
    clear: both;
}


/*设备框*/

.detail-product {
    /* width: 900px; */
    height: 400px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    padding: 60px 0 0 90px;
}

.detail-product-left img {
    position: absolute;
    top: -3px;
    left: -5px;
}

.detail-product-left {
    width: 410px;
    height: 100%;
    text-align: left;
}

.detail-product-left h1 {
    font-size: 24px;
    color: #555;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
}

.detail-product-left p {
    color: #8B8B8B;
    text-align: left;
}

.detail-product-left ul {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.detail-product-left ul:after {
    content: "";
    display: block;
    clear: both;
}

.detail-product-left li {
    float: left;
    width: 50%;
    text-align: left;
    position: relative;
    padding-left: 24px;
    color: #2D2D2D;
    font-weight: 600;
}

.detail-product-left li span {
    display: inline-block !important;
    width: 12px;
    height: 12px;
    background: #0382FE;
    border: 1px solid #0382FE;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    left: 0;
}

.detail-product-left .jumpbtns {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #0382FE;
    color: #0382fe;
    background: #FFFFFF;
}

.detail-product-left .jumpbtns:hover {
    color: #FFFFFF;
    background: #0382FF;
}

.detail-product-right {
    position: absolute;
    top: 134px;
    right: 80px;
}

.detail-product-right p {
    margin-top: 50px;
    color: #FF2020;
}

.detail-product-right p span {
    font-weight: bold;
}

.detail-wireless-device .detail-product-right {
    top: 60px;
    right: 130px;
}

.detail-wireless-device a {
    margin-top: 50px;
}


/* 商家手册 */

.detail-content .handbook {
    width: 100%;
    /* height: 100vh; */
    background: #fff;
}

.handbook .handbook-items {
    float: left;
    width: 16%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-right: 1px solid #dcdcdc; */
    text-align: center;
}

.handbook .handbook-items li {
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.handbook .handbook-items li:hover {
    color: #0384FF;
    border-right: 3px solid #0384FF;
}

.handbook .handbook-items .active {
    color: #0384FF;
    border-right: 3px solid #0384FF;
}


/* .handbook-content .charges-items {
    float: left;
} */

.handbook-content {
    float: left;
    width: 84%;
}

.handbook .handbook-content .charges {
    padding-bottom: 30px;
    border-left: 1px solid #dcdcdc;
}

.handbook-content .charges-items>li {
    float: left;
    position: relative;
    width: 240px;
    /* background: #1b2d3f; */
    background: url(../images/manual/charges/M-1bg.png) no-repeat;
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
}

.charges .charges-items .free img {
    position: absolute;
    top: 0;
    right: 0;
}

.handbook-content .charges .top-title .title {
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
}

.handbook-content .charges .top-title .top-subtitle {
    padding-top: 10px;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.handbook-content .charges .price {
    position: relative;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #0384FF;
}

.charges .price .rmb {
    position: absolute;
    top: 12px;
    font-size: 20px;
}

.charges .price .unit-price {
    margin-left: 18px;
    font-size: 60px;
}

.charges .price .unit {
    font-size: 16px;
}

.charges .service-items {
    margin-bottom: 38px;
    color: #fff;
}

.charges .service-items li {
    line-height: 38px;
}

.charges .service-items li img {
    vertical-align: middle;
    margin-right: 8px;
}

.charges .beijing {
    position: absolute;
    bottom: 0;
    right: 0;
}

.charges .btn {
    position: absolute;
    bottom: -12px;
    left: 52px;
    height: 32px;
    line-height: 30px;
    padding: 0 36px;
    background: #ff3c65;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.handbook-content .panel {
    display: none;
}

.handbook .active {
    display: block;
}

.handbook .handbook-content .classification {
    padding: 30px;
    border-left: 1px solid #dcdcdc;
}

.handbook .handbook-content .mall {
    padding: 30px 30px 95px;
}

.handbook .handbook-content .signout {
    padding: 30px 30px 298px;
}

.handbook-content .item-header {
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.handbook-content .item-header span {
    padding-left: 10px;
    color: #909090;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

.handbook-content .item-content-section {
    padding-bottom: 20px;
}


/* .handbook-content .item-content-section::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #333;
} */

.handbook-content .item-content-section img {
    margin-top: 10px;
    margin-left: 50px;
}

.handbook-content .classification .item-content-section img {
    width: 728px;
    border: 1px solid #dcdcdc;
}

.handbook-content .item-content-section p {
    margin-left: 50px;
    font-size: 14px;
    line-height: 26px;
    /* padding-top: 10px; */
}

.handbook-content .item-content-section .miaoshu {
    padding-top: 10px;
}

.handbook-content .item-content-section .info-step {
    padding-top: 14px;
    padding-bottom: 8px;
}

.handbook-content .item-content-section .info-step .info-features {
    position: relative;
    color: #0384FF;
}

.handbook-content .item-content-section .info-step span {
    display: inline-block;
    vertical-align: middle;
}

.handbook-content .item-content-section .info-step .number-round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #0384FF;
    text-align: center;
}

.handbook-content .item-content-section .info-step .num {
    position: absolute;
    top: 1px;
    left: 6px;
}

.handbook-content .round-section {
    padding-top: 15px;
    padding-bottom: 5px;
}

.handbook-content .round-section .round {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0384FF;
    border-radius: 50%;
    text-align: center;
    margin-right: 14px;
    padding-top: 4px;
    vertical-align: top;
    color: #fff;
}

.handbook-content .round-section .description {
    display: inline-block;
    vertical-align: middle;
}

.handbook-content .round-section .description p {
    font-size: 16px;
    margin-left: 0;
    line-height: 40px;
}

.handbook-content .round-section .description>a {
    text-decoration: underline;
    color: #0384FF;
}


/*应用下载*/

.detail-content-download {
    width: 940px;
    height: 710px;
    position: relative;
}

.download-content {
    background: #FEFEFE;
}

.download-platform {
    width: 460px;
    height: 710px;
    text-align: left;
}

.description-content {
    width: 100%;
    height: 334px;
    padding-left: 80px;
    text-align: left;
}

.description-content h1 {
    font-size: 22px;
    color: #222222;
    text-align: left;
    margin-top: 40px;
}

.description-content p {
    color: #0382FE;
    text-align: left;
}

.description-content ul {
    float: left;
    margin: 40px 0;
}

.description-content ul:after {
    content: "";
    display: block;
    clear: both;
}

.description-content li {
    text-align: left;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    float: left;
    width: 100%;
    color: #888;
}

.description-content button {
    width: 110px;
    height: 30px;
    background: #0382FE;
    color: #FFFFFF;
    border: 1px solid #0382FE;
}

.btns .updata-records {
    color: #0382FE;
    background: #FFFFFF;
    margin-left: 30px;
}

.mobile-platform {
    width: 460px;
    position: absolute;
    top: 0;
    right: 1px;
}

.middle-line {
    width: 20px;
    height: 710px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    right: 460px;
}

.mobile-platform .img-content>img {
    width: 460px;
    height: 332px;
}

.download-platform,
.mobile-platform {
    box-shadow: 0 0 10px #F2F2F2;
}