@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?7bzkmr');
    src: url('../fonts/icomoon.eot?7bzkmr#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?7bzkmr') format('truetype'),
        url('../fonts/icomoon.woff?7bzkmr') format('woff'),
        url('../fonts/icomoon.svg?7bzkmr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    min-width: 1200px;
    background: transparent;
}

.navigation {
    height: 47px;
    margin-top: 20px;
    border-bottom: 2px solid #b1191a;
}

.navigation .dropdown {
    float: left;
    width: 240px;
    height: 45px;
    background-color: #b1191a;
}

.dropdown .sortsAll {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.dropdown {
    float: left;
    width: 240px;
    height: 45px;
    background-color: #b1191a;
}

.productpath {
    float: left;
    margin-left: 15px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #219903;
}

.productpath a {
    font-size: 16px;
    font-weight: 500;
    color: #219903;
}

.sidemenu {
    float: left;
    width: 240px;
    height: auto;
    margin-top: 1px;
    border-top: 1px solid #b1191a;
    box-shadow: 0 0 3px rgba(99, 100, 100, 0.8);
}

.sidenav {
    width: 240px;
    height: auto;
    border: 1px solid #bbb;
    border-bottom: none;
}

.sidenav:last-child {
    border-bottom: 1px solid #bbb;
}

.sidenav-li {
    width: 238px;
    height: auto;
    line-height: 50px;
    font-size: 16px;
    background-color: #ddd;
    color: #666;
    letter-spacing: 1px;
    cursor: pointer;
}

.sidemenu .current .sidenav-li {
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.sidemenu .current .title {
    border-bottom: 1px solid #bbb;
}

.sidenav .title {
    width: 238px;
    font-size: 16px;
    letter-spacing: 1px;
}

.sidenav .title::before {
    margin: 0 15px 0 20px;
    padding-left: 5px;
    content: '';
    font-family: 'icomoon';
    font-size: 14px;
    color: #219903;
}

.sidenav .title:hover {
    background-color: rgb(3, 191, 204);
    color: #222;
    border-bottom: 1px solid rgb(2, 136, 118);
    letter-spacing: 2px;
}

.sidenav ul {
    width: 238px;
    height: auto;
    display: none;
}

.sidenav ul li {
    position: relative;
    width: 238px;
    height: 50px;
    padding-left: 25px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.sidenav ul li:hover {
    background-color: rgb(3, 204, 177);
    color: #222;
}

.sidenav ul li::before {
    margin: 0 10px 0 0;
    padding-left: 5px;
    content: '';
    font-family: 'icomoon';
    font-size: 14px;
    color: #23a702;
}

.sidenav li span {
    float: right;
    margin-right: 10px;
    color: #ccc;
}

.sidenav ul li:hover .list-sub {
    display: block;
}

.sidenav .list-sub {
    position: absolute;
    left: 239px;
    top: 0;
    width: 240px;
    height: auto;
    z-index: 2;
    display: none;
}

.sidenav .list-items {
    width: 240px;
    height: 50px;
    text-align: center;
    color: #666;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, .1);
}

.sidenav .list-items:hover {
    background-color: rgb(8, 235, 178);
    color: #222;
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .2));
}

.dropdown .wechat {
    width: 100%;
    height: 240px;
    background-color: #ddd;
    margin-top: 110px;
    border: 1px solid #bbb;
    box-shadow: 0 0 3px rgba(99, 100, 100, 0.8);
    color: #222;
    text-align: center;
}

.dropdown .wechat img {
    width: 100px;
    margin: 40px 20px 30px;
}

.dropdown .wechat p {
    font-size: 14px;
}

.consult {
    width: 100%;
    height: auto;
    min-height: 800px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #999;
    text-align: left;
}


.consult h3 {
    height: auto;
    line-height: 36px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    letter-spacing: 1px;
}

.consult h3::after {
    margin-left: 10px;
    content: '';
    font-family: 'icomoon';
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.consult form {
    margin: 20px;
}

.consult li {
    margin-top: 10px;
}

.consult li p {
    margin: 0 600px 5px 10px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #21bb02;
}

.consult label {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.consult select {
    height: 30px;
    border: 1px solid #ccc;
}

.consult #gender {
    width: 50px;
    padding-left: 7px;
}

.consult #sort {
    width: 180px;
    padding-left: 7px;
}

.consult .inp {
    width: 320px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.consult li span {
    margin-left: 30px;
    font-size: 14px;
    color: #f31c1c;
    letter-spacing: 1px;
}

.consult li i {
    color: #f31c1c;
}

.consult li:nth-last-child(2) span {
    margin-top: 10px;
    margin-left: 130px;
    font-size: 14px;
    font-weight: 600;
}

.inp::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}

textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.inp:-moz-placeholder {
    color: #999;
    font-size: 12px;
}

textarea:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.inp:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
}

textarea:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.consult #areaCode {
    width: 80px;
}

.consult #tel {
    width: 220px;
}

.consult #ext {
    width: 66px;
}

.consult textarea {
    outline: none;
    width: 900px;
    height: 360px;
    padding: 10px;
    vertical-align: middle;
}

.confirm {
    text-align: center;
}

.consult .btn {
    width: 80px;
    height: 36px;
    font-size: 14px;
}