/*css代码重置*/
@charset "utf-8";
*{
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font: 14px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color:#f8f5ff;
    margin:0;
    padding:0;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0;
    padding:0;
    border:none;
    list-style:none;
}
input {border:none;}

.nc-main{
    width: 745px;
    height: 868px;
    background: url('../img/nc-mainnew.jpg') top center no-repeat;
    position: relative;
}
.nc-container{
    padding-top:240px;
    margin-left: 52px;
    width: 430px;
    font-size: 16px;
}
.buy-btn{
    display: block;
    width: 186px;
    height: 60px;
    margin: 0 auto 8px;
    background: url('../img/buy.png');
}
.color-group{
    width: 430px;
    margin: 8px 0;
    overflow: hidden;
}
.color-group li{
    position: relative;
    float: left;
    width: 64px;
    height: 21px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #1B1E2B;
    margin-right: 7px;
    margin-bottom: 28px;
    outline: none;
}
.color-group li:nth-child(6n){
    margin-right: 0;
}
.color-group li.active{
    border: 1px solid #1B1E2B;
}
.color-group li:active{
    outline: none;
}
.color-group li i{
    display: block;
    width: 25px;
    height: 19px;
    background: url('../img/checked.png');
    margin: 0 auto;
}
.color-group li b{
    position: absolute;
    top:19px;
    left: 18px;
    font-size: 14px;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-weight: normal;
    background: rgba(0, 0, 0, .6);
}
.choose-area input{
    width: 135px;
    height: 26px;
    outline: none;
    background: #E9F4FF;
    cursor: pointer;
}
.nc-num{
    margin-top: 15px;
}
.nc-num span{
    color: #38fffd;
}
.submit-btn{
    display: block;
    width: 144px;
    height: 44px;
    margin: 12px auto 0;
    background: url('../img/submit.png');
}
.nc-action{
    width: 430px;
    position: absolute;
    top:685px;
    left: 52px;
}
.nc-action h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    text-align: center;
}
