﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #ddefff;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
}

.kong{
    clear: both;
}

.on{
    background-color: #2196F3;
    color: #fff !important;
}

.main{
    width: 100%;
    height: 100%;
}

.main .top{
    height: 70px;

    background-color: #FFF;
    box-shadow: 0px 4px 5px #bbc6ce;
    padding: 0 30px;
}

.main .top .wz{
    line-height: 70px;
}

.main .top .wz img{
    float: left;
    margin-top: 24px;
    margin-right: 3px;
}

.main .top .wz span{
    float: left;
}

.main .top .wz a{
    color: #337ab7;
    text-decoration: none;
    font-weight: bold;
}

.main .body{
    padding: 20px;
}

.main .body .content{
    width: 90%;
    min-width: 900px;
    margin: 0 auto;
    padding: 10px 20px;
    line-height: 1.3em;
    border: solid 1px #ddd;
    background-color: #fff;
}

.main .body .content p{
    margin: 0 0 10px;
}

.main .body .content pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.main .body .content pre code{
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
    font-family: "Menlo,Monaco","Consolas","Courier New","monospace";
}

.main .body .content p strong > code{
    color: #c7254e;
}

.main .body .content .nav{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 58px;
}

.main .body .content .nav .btn-search{
    font-size: 1.1em;
    cursor: pointer;
    float: left;
    min-width: 3em;
}

.main .body .content .nav .btn-search a{
    color: #337ab7;
    padding: 0.5em 0.7em;
    border-radius: 4px;
}

.main .body .content .nav .btn-search a:hover{
    background-color: #2196F3;
    color: #fff !important;
}

.main .body .content .nav .btn-search .input{
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 5em;
}

.main .body .content .nav .btn-search .input .input-1{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #bfcbd9;
    box-sizing: border-box;
    color: #1f2d3d;
    display: block;
    font-size: inherit;
    height: 36px;
    line-height: 1;
    outline: 0;
    padding: 3px 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.ons{
    margin-left: 1.5em;
    background-color: rgb(63, 81, 181) ;
    color: #fff !important;
    border: 0;
    padding: 0.5em 0.7em;
    border-radius: 4px;
    cursor: pointer;
}

.main .body .content .list{
    padding-top: 1.2em; 
    display: inline-block;
}

.main .body .content .list .list-1{
    text-align: center;
    display: inline-block;
    padding: 10px 1px;
    vertical-align: text-top;
    width: 180px;
}
.main .body .content .list .list-1 sub{
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em;
}

.main .body .content .list .list-1 .title1{
    color: rgb(103, 58, 183);
    font-size: 1em;
}

.main .body .content .list .list-1 .title2{
    color: #777;
}

.main .body .content .list .list-1 .title3{
    font-size: 17px;
    color: #03A9F4;
    margin: 10px 0;
}

.main .body .content img{
    max-width: 180px;
    vertical-align: middle;
    border: 0;
}

.main .body .content .list .list-1 .box{
    padding-right: 0px;
    padding-top: 5px;
    color: #1f2d3d;
    cursor: pointer;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.main .body .content .list .list-1 .box .box-1{
    height: 1em;
    width: 1em;
    margin: 2px;
    vertical-align: sub;

}

.main .body .goods{
    padding: 1.5rem 0;
}

.main .body .goods .goods-title{
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    font-size: 14px;
    font-family: "-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

table .bg{
    background-color: #fff;
}

table th{
    text-align: inherit;
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

table td{
    border: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
}
table .bg .trian{
    position: absolute;
    width: 0;
    margin-top: .5rem;
    margin-left: .3rem;
    border: .7rem solid;
    border-color: #0095ff transparent transparent;
}

table .bg .trian-reverse{
    vertical-align: text-top;
    position: absolute;
    margin-top: -.5rem;
    margin-left: .3rem;
    width: 0;
    border: .7rem solid;
    border-color: transparent transparent #0095ff;
}


.roal{
    width: 102px;
    display: inline-block !important;
}

.roal img{
    width: 100px;
    height: 57px;
    vertical-align: middle;
    border-style: none;
}

.roal .num{
    z-index: 1000;
    margin-top: -23px !important;
    position: absolute;
    color: #ffff5f;
    text-shadow: 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f;
    font-size: 18px;
    margin-left: 75px !important;
    margin-bottom: 0 !important;
}

.roal .wz{
    font-size: xx-small;
    width: 8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0099FF;
    text-align: center;
}

.goods p{
    margin-top: 0;
    margin-bottom: 1rem;
}
.word-break{
    word-break: break-all;
}

.price{
    color: #dc3545 !important;

}