* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    background: #F5F5F5;
}


/*面包屑*/

.break {
    margin-top: 100px;
    padding: 20px 0;
    color: #000;
}

.break a {
    font-size: 14px;
    color: #000;
}


/*面包屑结束*/


/*产品选择*/

.xuanze {
    width: 100%;
    background: #E9E9EB;
}

.xuanze .container {
    position: relative;
}

.xuanze-fon {
    position: absolute;
    top: 40px;
    left: 1%;
    font-size: 24px;
}

.form-group {
    padding: 90px 0;
}

.form-control {
    height: 40px !important;
}

.kuang {
    margin-bottom: 10px;
}


/*产品选择结束*/


/*child-main*/

.child-main {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.main-title h3 {
    margin: 0;
    color: #B5010C;
    font-weight: 600;
}

.child-main-left {
    float: left;
    width: 60%;
    margin-top: 20px;
}

.main-left-list {
    margin-bottom: 20px;
}

.main-left-list p {
    margin: 0;
}


/* .list-bottom p img {
    width: 100%;
} */

.list-bottom .sizeImg img {
    width: 100%;
}

.main-left-list .list-top {
    padding: 10px 20px;
    font-size: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.main-left-list .list-top:hover {
    cursor: pointer;
}

.main-left-list .list-top .top-fon {
    position: relative;
    float: left;
    font-weight: 600;
}

.top-fon::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: -12px;
    border-radius: 50%;
    background: #B5010C;
}

.list-bottom {
    display: none;
    padding: 15px 0;
    margin-left: 18px;
}

.list-bottom p {
    font-size: 14px;
    color: #333;
    margin-bottom: 3px;
}

.bottom-tab {
    padding: 0 20px;
    margin: 20px 0;
}

.list-bottom table {
    width: 100%;
    padding: 0 20px;
}

table tr {
    font-size: 12px;
}

table tr:nth-child(odd) {
    background: #ccc;
    line-height: 25px;
}

table tr:nth-child(even) {
    color: #939297;
    line-height: 30px;
}

.main-left-list .list-top .top-img {
    float: right;
}

.child-main-right {
    float: right;
    width: 35%;
}

.right-top img {
    width: 100%;
}

.right-middle {
    margin: 30px 0;
    padding-right: 35px;
}

.right-middle p {
    font-size: 16px;
    line-height: 30px;
}

.right-middle p a {
    color: #B5010C;
}

.right-bottom p {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.right-bottom input {
    width: 100%;
    border: none;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    background: none;
    color: #ccc;
    outline: none;
}

.right-bottom .true {
    width: 30%;
    border: none;
    background: #B5010C;
    color: #fff;
    padding: 8px 0;
    margin-top: 30px;
}
.right-top{
    display: block;
}
.mobile_title_img{
    display: none;
}
.mobile_title_img img{
    width: 100%;
}

/*child-main结束*/