﻿@font-face {
    font-family: 'nikon-lenswear';
    src: url('../font/nikon-lenswear-17015420.eot');
    src: url('../font/nikon-lenswear-17015420.eot') format('embedded-opentype'),
    url('../font/nikon-lenswear-17015420.woff2') format('woff2'),
    url('../font/nikon-lenswear-17015420.woff') format('woff'),
    url('../font/nikon-lenswear-17015420.ttf') format('truetype'),
    url('../font/nikon-lenswear-17015420.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    /*font-family: "microsoft yahei", simhei, arial;*/
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'nikon-lenswear';
    src: url('../font/nikon-lenswear-49485852.svg#nikon-lenswear') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "nikon-lenswear";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-nav-cross:before { content: @icon-nav-cross; }
.icon-down-caret:before { content: @icon-down-caret; }
.icon-footer-arrow:before { content: @icon-footer-arrow; }
.icon-glasses:before { content: @icon-glasses; }
.icon-global-arrow:before { content: @icon-global-arrow; }
.icon-map-marker:before { content: @icon-map-marker; }
.icon-right-arrow:before { content: @icon-right-arrow; }
.icon-up-arrow:before { content: @icon-up-arrow; }
.icon-checkbox:before { content: @icon-checkbox; }
.icon-cross:before { content: @icon-cross; }
.icon-globe:before { content: @icon-globe; }
.icon-page:before { content: @icon-page; }
.icon-hamburger:before { content: @icon-hamburger; }
.icon-mouse:before { content: @icon-mouse; }
.icon-play:before { content: @icon-play; }


.icon-nav-cross:before {
    content: '\e800';
}
.icon-down-caret:before {
    content: '\e80b';
}
.icon-footer-arrow:before {
    content: '\e80c';
}
.icon-glasses:before {
    content: '\e80d';
}
.icon-global-arrow:before {
    content: '\e80e';
}
.icon-map-marker:before {
    content: '\e80f';
}
.icon-right-arrow:before {
    content: '\e810';
}
.icon-up-arrow:before {
    content: '\e811';
}
.icon-checkbox:before {
    content: '\e812';
}
.icon-cross:before {
    content: '\e813';
}
.icon-globe:before {
    content: '\e814';
}
.icon-page:before {
    content: '\e815';
}
.icon-hamburger:before {
    content: '\e816';
}
.icon-mouse:before {
    content: '\e83f';
}
.icon-play:before {
    content: '\e840';
}
/*
.icon-down-caret:before { content: @icon-down-caret; }
.icon-footer-arrow:before { content: @icon-footer-arrow; }
.icon-glasses:before { content: @icon-glasses; }
.icon-global-arrow:before { content: @icon-global-arrow; }
.icon-map-marker:before { content: @icon-map-marker; }
.icon-right-arrow:before { content: @icon-right-arrow; }
.icon-up-arrow:before { content: @icon-up-arrow; }
.icon-checkbox:before { content: @icon-checkbox; }
.icon-cross:before { content: @icon-cross; }
.icon-globe:before { content: @icon-globe; }
.icon-page:before { content: @icon-page; }
.icon-hamburger:before { content: @icon-hamburger; }
.icon-mouse:before { content: @icon-mouse; }
.icon-play:before { content: @icon-play; }
*/
/*web*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;/*去掉苹果默认样式*/
}
select{
    /*-webkit-appearance: none;!*兼容苹果手机*!*/
    background-color: transparent;
    color: #666666;
}
.fromwrap{
    width:100%;
}
.fromwrap from{
    height:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.fromwrap .row{
    width:100%;
    height:38px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.fromwrap .row label{
    display: inline-block;
    margin-right: 10px;
    width:94px;
    flex-shrink: 0;
    height:38px;
    line-height: 38px;
    color: #333333;
    display: flex;
    justify-content: space-between;
}
.fromwrap .row label .label{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.fromwrap .row label .icon{
    width:10px;
    flex-shrink: 0;
    margin-left: 10px;
}
.fromwrap .row .inputwrap{
    width:100%;
    padding-right: 40px;
    line-height: 38px;
    height:38px;
    padding:0;
}
.fromwrap .row .inputwrap.inputwrapCode{
    display: flex;
    justify-content: space-between;
}
.fromwrap .row .inputwrap.inputwrapCode input{

}
.fromwrap .row .inputwrap .get_yzm{
    width:140px;
    height:38px;
    line-height: 38px;
    text-align:center;
    background: #dbf3f8;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
.fromwrap .row.radioRow{
    margin-bottom: 10px;
    height: 22px;
    padding-top:10px;
}
.fromwrap .row .confirmRadio{
    width:100%;
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: flex-start;
    height:16px;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
.fromwrap .row .confirmRadio .confirm_con{
    border:1px solid #999999;
    background: #ececec;
    width:16px;
    height: 16px;
    box-sizing: border-box;
    margin-right: 10px;
}
.fromwrap .row .confirmRadio .confirm_con.active{
    background: #ffe100;
}
.fromwrap .row .inputwrap input{
    width:100%;
    height:38px;
    padding:0;
    outline: none;
    box-sizing: border-box;
    border:1px solid #c7c6c6;
    padding-left: 10px;
    color: #c7c6c6;
    border-radius: 0!important;
}
.fromwrap .row .inputwrap input::placeholder{
    color: #c7c6c6;
}
.fromwrap .row .inputwrap select{
    width:100%;
    height:38px;
    outline: none;
    box-sizing: border-box;
    border:1px solid #c7c6c6;
    padding:0;
    margin:0;
    padding-left: 10px;
    color: #c7c6c6;
}
.fromwrap .row .inputwrap.selectwrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.fromwrap .row .inputwrap.selectwrap select{
    width:46%;
    height:38px;
}
.submit_btn{
    width:100%;
    height:46px;
    background: #333333;
    border:none;
    outline: none;
    color: #fff;
    margin-top:10px;
}
.fromwrap .row .create{
    width:100%;
    height: 44px;
    margin-bottom:10px;
    position: relative;
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
}
.fromwrap .row .create .title{
    width:50%;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    padding-left: 20px;
    color: #999999;
}
.fromwrap .row .create .confirm{
    width:70px;
    height:20px;
    background: #999999;
    margin-right: 20px;
    margin-top:6px;
    padding:5px;
    position: relative;
    transition: background 0.5s;
    cursor: pointer;
}
.fromwrap .row .create  .confirm .confirm_bar{
    width:34px;
    height:20px;
    background: #fff;
    position: absolute;
    left: 5px;
    transition: left 0.5s;
}
.fromwrap .row .create  .confirm.active{
    background: #ffe100;
}
.fromwrap .row .create  .confirm.active .confirm_bar{
    left:40px;
    top:5px;
}
.container-wrap{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.from-left{
    width:55%;
}
.from-left img{
    width:100%;
}
.from-left .cb-it-inset{
    box-sizing: border-box;
}
.from-right{
    width:45%;
}
.from-right .cb-it-inset{
    box-sizing: border-box;
}
@media all and (max-width: 1240px){
    .container-wrap{
        width:100%;
        display: block;
    }
    .from-left{
        width:90%;
        margin:0 auto;
    }
    .from-right{
        width:90%;
        margin:0 auto;
    }
}
@media all and (max-width: 800px){
    .from-left{
        width:100%;
    }
    .from-right{
        width:100%;
    }
    .fromwrap .row label {
        width: 84px;
    }
}
.result{
  width:100%;
}
.titleWrap{
  width:100%;
  background: #e9e9e9;
}
.line{
    width:100px;
    height:6px;
    background: #fbdc00;
    margin:0 auto;
}
.result_title{
    font-size: 30px;
    line-height: 30px;
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    padding:25px 0;
    text-align: center;
}
.result_icon{
    display: block;
    margin:0 auto;
    padding:60px 0 30px;
    width:80px;
}
.result_desc1{
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 10px;
}
.result_desc2{
    width:462px;
    height:70px;
    line-height: 70px;
    background: #ffe100;
    color: #333333;
    font-size: 32px;
    text-align: center;
    margin:0 auto 32px;
    font-weight: bold;
}
.result_desc2.error{
    background: #f1f1f1;
}
.result_desc3{
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
}
.result_desc3 span{
    font-weight: bold;
}
.goInfoBtn{
    width:272px;
    height:46px;
    line-height: 46px;
    background: #ffe100;
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin:48px auto 24px;
}
@media all and (max-width: 800px){
    .line{
        width:60px;
        height:4px;
    }
    .result_title{
        line-height: 18px;
        font-size: 18px;
        padding:15px 0;
    }
    .result_icon{
        padding:30px 0 15px;
        width:60px;
    }
    .result_desc1{
        font-size: 16px;
        padding-bottom: 5px;
    }
    .result_desc2{
        width:300px;
        height:50px;
        line-height: 50px;
        font-size: 24px;
    }
    .result_desc3{
        font-size: 16px;
    }
    .goInfoBtn{
        width:272px;
        height:46px;
        line-height: 46px;
        background: #ffe100;
        color: #333333;
        font-size: 18px;
        text-align: center;
        margin:48px auto 24px;
    }
}
.info_list{
    padding-top:52px;
}
.info_list .info_item{
    width:80%;
    margin:0 auto 50px;
    border:1px solid #333333;
}
.info_list .info_item .info_item_line{
    border-bottom: 1px solid #333333;
    height:60px;
}
.info_list .info_item .info_item_line:nth-last-of-type(1){
    border:none;
}
.info_item_line_title{
    text-align: center;
    background: #f0eded;
    font-size: 22px;
    color: #333333;
    line-height: 60px;
}
.info_item_line_title img{
    display: inline-block;
    width:57px;
    height:28px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top:-2px;
}
.info_item_line_detail{
    display: flex;
    justify-content: space-between;
}
.info_item_line_detail .info_item_line_item{
    width:50%;
    height: 60px;
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 60px;
}
.info_item_line_detail .info_item_line_item span{
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top:-3px;
}
@media all and (max-width: 800px){
    .info_list{
        padding-top:32px;
    }
    .info_list .info_item{
        width:100%;
    }
    .info_item_line_title{
        font-size: 16px;
    }
    .info_item_line_title img{
        width:41px;
        height:20px;
    }
    .info_item_line_detail .info_item_line_item{
        font-size: 20px;
    }
    .info_item_line_detail .info_item_line_item span{
        font-size: 16px;
        top:-1px;
    }
}
/*web END*/