/*************support*************/

.support-title {
    margin-top: 2rem;
}
.detail-support {
 margin-top: 0.5rem;   
}
.support-list {
    overflow: hidden;
    margin-top: 1.3rem;
}
.support-list .support-term {
    overflow: hidden;
    width: 48%;
    float: left;
    margin: 0.5rem 1%;
    border: 1px solid #eeeeee;
}
.support-list .support-term .supportlist-title {
    overflow: hidden;
    line-height: 1.5rem;
    background-color: #f6f6f6;
    font-size: 0.7rem;
    padding-left: 2.2rem;
    font-weight: bold;
    position: relative;
}
.supportlist-title i {
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0.5rem;
}
.supportlist-title i.icon-ServicePolicy {
    background: url(../image/support-icon.png) center 0 no-repeat transparent;
}
.supportlist-title i.icon-FAQ {
    background: url(../image/support-icon.png) center -1.5rem no-repeat transparent;
}
.supportlist-title i.icon-DownloadCenter {
    background: url(../image/support-icon.png) center -3rem no-repeat transparent;
}
.supportlist-title i.icon-Tools {
    background: url(../image/support-icon.png) center -4.5rem no-repeat transparent;
}
.support-list .support-term ul {
    padding: 0.5rem 1rem;
    min-height: 6rem;
}
.support-list .support-term li {
    padding-left: 0.5rem;
    position: relative;
    line-height: 1rem;
    font-size: 0.45rem;
    margin-left: 1rem;
}
.support-list .support-term li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #e70012;
}
.support-list .support-term li a {
    text-decoration: none;
}
.support-list .support-term li a:hover {
    color: #e70012;
}
/**支持列表**/


/**客户服务**/
.servicepolicy-list {
    overflow: hidden;
}
.servicepolicy-list * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.servicepolicy-list .servicepolicy-box {
    width: calc(100% - 7.5rem);
    float: left;
}
.servicepolicy-list .servicepolicy-box li {
    margin: 0.75rem 0 0 0;
    position: relative;
    padding-bottom: 0.75rem;
}
.servicepolicy-list .servicepolicy-box li .title {
    font-size: 0.45rem;    
    font-weight: bold;
    font-family: ex;
}
.servicepolicy-list .servicepolicy-box li .title {
    font-size: 0.45rem;    
    font-weight: bold;
    font-family: ex;
}
.servicepolicy-list .servicepolicy-box li .detail-content {
    margin-top: 0.5rem;
}

/**FAQ**/
.faq-list {
    overflow: hidden;
}
.faq-list * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.faq-list li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.6rem;
    font-size: 0.4rem;  
    line-height: 30px;
    position: relative;
}
.faq-list li span {
    display: inline-block;
    position: absolute;
    font-size: 0.45rem;  
    top: 0.6rem;
    left: 0.6rem ;
} 
.faq-list li a {
    display: inline-block;
    padding-left: 30px;
}
.faq-list li a:hover {
    color: #e70012;
    text-decoration: none;
}

.faqdetail-box {
    margin-top: 2rem;
}
.faq-detail {
    width: calc(100% - 7.5rem);
    float: left;
}
.faq-detail .title {
    font-size: 0.75rem;
    font-family: ex;
}
.faq-detail .sign {
    font-size: 0.75rem;
    color: #e70012;;
    padding: 0.6rem 1rem;
}
.faq-detail .content {
    padding-left: 2rem;
    margin-top: 0;
    overflow: hidden;
}
.faq-detail .operation {
    padding-left: 2rem;
}
.faq-detail .online-support {
    font-size: 0.4rem;
    margin-top: 0.8rem;
}
.faq-detail .follow-us {
    margin-top: 0.8rem;
}
.faq-detail .follow-us li a {
    width: 100%;
    height: 100%;
    display: block;
}
.faq-detail .follow-us li.mail,
.faq-detail .follow-us li.online {
    display: none;
}
.back-page {
    overflow: hidden;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .back-page .back {
    width: 2.7rem;
    box-sizing: border-box;
    text-align: center;
    background: url(../image/back.png) 0.35rem 0.22rem no-repeat transparent;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding-left: 0.3rem;
    color: #9c9c9c;
    font-size: 0.4rem;
    text-decoration: none;
    display: inline-block;
    line-height: 38px;
    margin-right: 1rem;
  }
  
  .back-page .back:hover {
    background: #e60012 url(../image/back-white.png) 0.35rem 0.22rem no-repeat;
    border: 1px solid #e60012;
    color: #fff;
  }
  /**下载**/
  .download-list {
      margin-top: 0.5rem;
  }
  .download-list li {
    width: 18.5%;
    float: left;
    box-sizing: border-box;
    margin-right: 8.6%;
    margin-bottom: 1.5rem;
    position: relative;
}
.download-list li a {
    text-decoration: none;
}
.download-list li:nth-child(4n) {
    margin-right: 0;
    overflow: hidden;
}
.download-list li .img {
    border: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.download-list li .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all .5s; 
    -moz-transition: all .5s;
    transition: all .5s;
}
.download-list li .title {
    color: #797979;
    padding: 0.5rem 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.7rem;
    font-size: 0.4rem;
    text-decoration: none;
    position: relative;
    padding-right: 0.8rem;
}
.download-list li .title .d-icon {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: 0.5rem;
    right: 0;
    border: 1px solid #dddddd;
    border-radius: 0.7rem;
    background: url(../image/download.png) center center no-repeat transparent;
}
.download-list li:hover .title {
    color: #e60012;
}
.download-list li:hover .title .d-icon {
    background: url(../image/download-red.png) center center no-repeat transparent;
    border: 1px solid #e70012;
}
.download-list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.download-list li:hover .img {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
/*工具*/
.tools-list {
    margin-top: 0.5rem;
}
.tools-list li {
  width: 48.5%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 1rem;
  position: relative;
  background-color: #f6f6f6;
  margin-right: 3%;
  padding: 0.5rem;
}
.tools-list li:nth-child(2n) {
    margin-right: 0;
}
.tools-list li .img {
    width: 5.25rem;
    height: 3.25rem;
    overflow: hidden;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem
}
.tools-list li .img img {
    width: 100%;
    overflow: hidden;
    display: block;
}
.tools-list li .text-info {
    padding-left: 5.75rem;
    min-height: 3.25rem;
}
.tools-list li .title {
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
    font-size: 0.45rem;
    text-decoration: none;
}
.tools-list li .describe {
    color: #747474;
    font-size: 0.35rem;
    text-decoration: none;
}
.tools-list li:hover .title {
    color: #e60012;
}
.tools-list li .d-icon {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border: 1px solid #dddddd;
    border-radius: 0.7rem;
    background: url(../image/download.png) center center no-repeat transparent;
}
.tools-list li:hover .d-icon {
    background: url(../image/download-red.png) center center no-repeat transparent;
    border: 1px solid #e70012;
}
.tools-list li:hover a {
    text-decoration: none;
}
@media (max-width: 850px) {
    .support-title {
        margin-top: 1.5rem;
    }
    .support-list {
        margin-top: 1rem;
    }
    .support-list .support-term {
        width: 100%;
        float: none;
        margin: 0.5rem 0;
    }
    .support-list .support-term .supportlist-title {
        line-height: 2rem;
        font-size: 0.8rem;
    }
    .supportlist-title i {
        width: 2rem;
        height: 2rem;
        left: 0;
        background-size: cover !important;
    }
    .supportlist-title i.icon-ServicePolicy {
        background-position: center 0;
    }
    .supportlist-title i.icon-FAQ {
        background-position: center -2rem;
    }
    .supportlist-title i.icon-DownloadCenter {
        background-position: center -4rem;
    }
    .supportlist-title i.icon-Tools {
        background-position: center -6rem;
    }
    .support-list .support-term ul {
        min-height: auto;
    }
    .support-list .support-term li {
        padding-left: 0.8rem;
        position: relative;
        line-height: 1.4rem;
        font-size: 0.75rem;
        margin-left: 1rem;
    }
    .classify-list .contents-title {
        margin-bottom: 1rem;
    }
    .servicepolicy-list .servicepolicy-box {
        width: 100%;
    }
    .servicepolicy-list .servicepolicy-box li .title {
        font-size: 0.85rem;
    }
    .faq-list li {
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .faq-list li span {
        font-size: 0.85rem;  
    } 
    .faq-list li a {
        padding-left: 1.2rem;
    }
    .back-page {
        margin-bottom: 1rem;
      }
      .back-page .back {
        width: 4.5rem;
        background: url(../image/back.png) 0.7rem 0.4rem no-repeat transparent;
        padding-left: 0.8rem;
        font-size: 0.7rem;
        line-height: 1.75rem;
        margin-top: 0;
        margin-right: 0;
        margin-left: 1rem;
      }
      .faq-detail {
          width: 100%;
      }
      .faq-detail .content {
        padding-left: 1rem;
    }
    .faq-detail .operation {
        padding: 0;
    }
    .faq-detail .online-support {
        font-size: 0.7rem;
        margin-top: 1.5rem;
    }
    .faq-detail .follow-us {
        text-align: center;
        margin: 1rem auto;
        width: 100%;
    }
    .follow-us li {
        float: none;
        display: inline-block;
    }
    .download-list li {
        width: 70%;
        float: none;
        margin: 1rem 15%;
        margin-bottom: 0.7rem;
    }
    .download-list li .title {
        padding: 1rem 0 1.2rem;
        line-height: 1.2rem;
        font-size: 0.7rem;
        padding-right: 1.2rem;
    }
    .download-list li .title .d-icon {
        width: 1.2rem;
        height: 1.2rem;
        top: 1rem;
        border-radius: 1.2rem;
        background-size: 100%;
    }
    .tools-list li {
        width: 100%;
        float: none;
        margin-bottom: 1rem;
        margin-right: 0;
        padding: 0.5rem;
      }
      .tools-list li .title{
          font-size: 0.7rem;
      }
      .tools-list li .describe{
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
    .tools-list li .d-icon {
        width: 1rem;
        height: 1rem;
        border-radius: 1rem;
        background-size: 100%;
    }
}

/* 计算器 */
.lens-caculator {
    background: transparent;
}

.calhead {
    background: #f8f9fa;
    width: 524px;
    height: 700px;
    display: block;
    margin: 0 auto;
}

.caltip {
    display: block;
    white-space: nowrap;
    float: left;
    margin: 50px auto 0 auto;
}

.calul {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style-type: none;
}

.calul li {
    display: block;
    list-style-type: none;
    line-height: 30px;
    font-size: 14px;
}

.calul li label {
    text-align: right;
    padding-right: 10px;
    margin: 0;
}

.cal-head-list,
.cal-head-list li {
    float: left;
}

.clear {
    clear: both;
}

.calinput {
    width: 100px;
    height: 30px;
    margin: 0 5px 10px 0;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 5px;
}

.calbutton {
    height: 30px;
    font-size: 15px;
    margin-right: 10px;
    background: #ddd;
    border: none;
    padding: 0 20px;
    color: #373737;
    border-radius: 3px;
}

.calcolor {
    color: #f8f9fa;
    background-color: #c14033;
}

.calselect {
    font-size: 12px;
    color: #717171;
    width: 90px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 0 5px;
}

.calblock-w {
    display: block;
    margin-bottom: 26px;
}

.calul li.cal-block {
    display: block;
}

.callabel2 {
    font-size: 14px;
    color: #acacac;
    display: block;
}

.callabel2:last-child {
    margin-bottom: 15px;
}

.paddingl42 {
    padding-left: 42px;
}

.margint26 {
    margin-top: 25px;
}

.paddingt74 {
    float: left;
    margin-top: 20px;
}

.paddingt74 input[type="button"] {
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #fff;
}

.paddingt74 input[type="button"].calcolor {
    background-color: #c14033;
    border: 1px solid #c14033;
}

.line-clear {
    border-bottom: 1px dashed #c8c8c8;
    margin: 20px auto;
}

.line-1 {
    width:  440px;
}

.line-2 {
    width:  282px;
}

.calinput[disabled] {
    background-color: #f8f9fa;
}

@media (max-width: 850px) {
    
    .calhead {
        width: 100% !important;
        padding: 0 10px 10px;
        height: auto;
        overflow: hidden;
    }
    .calul li {
        width: 100% !important;
        margin: 0 !important;
        position: relative;
    }
    .calul li label {
        width:  100% !important;
        text-align: left;
    }
    .calul li .calselect {
        width: 100%;
        height: 35px;
    }
    .calul li .calinput {
        width: 100%;
        height: 35px;
    }
    .calul li .text-span {
        position: absolute;
        line-height: 35px;
        bottom: 10px;
        right: 10px;
        display: inline-block;
    }
    .cal-head-list li {
        width: 50% !important;
        float: left;
        text-align: center;
    }
    .cal-head-list li .calbutton {
        margin: 0;
    }
    .paddingt74 ul{
        overflow: hidden;
        width: 100%;
    }
    .paddingt74 {
        margin: 0 !important;
        width: 100%;
    }
}