body {
    background:#fff;
    font: 12px "Helvetica neue",Helvetica,Arial,Sans-serif;
    margin: 0;
    padding: 0;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0 none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.margin_t10 {
    margin-top: 10px;
}
ul, li {
    margin: 0;
    padding: 0;
}
.head_bg {
    background:#d82228;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main {
    margin: 0 auto;
    width: 1100px;
}
.head_title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.head_title span{
    display: inline-block;
    margin:0 15px;
}
.head_title a{
    color: #fff;
    text-decoration: none;
}
.head_title a:hover{
    text-decoration: none;
}
.logo{
    text-align: center;
}
.logo img{
    width: 120px;
}
.logo span{
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #888;
}
.product_info h2 {
    margin: 10px 0;
    font-size: 20px;
}
.images_list ul {
    overflow: hidden;
    margin:0 auto;
    text-align: center;
}
.images_list li {
    cursor: pointer;
    display: inline-block;
    list-style: none outside none;
    padding: 0 0 5px 5px;
    margin:0 10px;
}
.images_list li img {
    border: 1px solid #d82228;
    width: 120px;
    height: 120px;
    padding: 5px;
    float: left;
    border-radius: 5px;
}
.images_list li span img{
    width: 660px;
    height: 660px;
    border-radius: 5px;
}
.descp{
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg,rgba(165,0,6,1) 0,rgba(165,0,6,0.7) 50%,rgba(165,0,6,1) 100%);
    padding: 5px;
}
.main_img{
    width: 100%;
    height: 665px;
    margin:20px auto;
    padding: 0 20px;
    overflow: hidden;
}
.main_img ul{
    overflow: hidden;
}
.main_img li{
    list-style-type: none;
    text-align: center;
}
.main_img img{
    /*border-radius: 5px;
    border: 1px solid #d82228; */
    width: 660px;
    height: 660px;
}
.main_content {
    height: 100%;
}
.main_content .warpper {
    margin: 10px auto 50px;
}
.head_sec {
    margin-top: 10px;
    box-shadow: 5px 3px 15px 0px #d82228;
    padding: 10px 0px;
}
.head_sec:hover{
    transition:all 0.3s ease-in-out;
    box-shadow: 0px 5px 15px 0px #d82228;
}
.head_sec .fa {
    color: #d82228;
    width: 32px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font-size: 20px;
}
.head_sec ul li {
    padding: 2px 0;
    font-size: 12px;
    text-align: right;
    list-style: none outside none;
    transition: all 0.3s linear;
    float: left;
    text-align: center;
    width: 25%;
    text-transform: uppercase;
}
/* .head_sec ul li:hover{
    cursor: pointer;
    transform: translateX(-10px);
} */
.item_title {
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #d82228;
    margin:15px 0;
}
.item_title h2{
    margin:0;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #d82228;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.item_content {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}
.item_content2 {
    padding: 10px 0;
}
.item_content ul {
    padding-left: 20px;
}
.item_content p {
    margin: 0;
}
/* .item_title, #nav li a, .category_box .box_head, .cates_list li a, .new_arrivals_box .box_head, .head_title .store_name {
    color:#fff;
} */
.item_content table{
    border-collapse: collapse;
}
section {
  display: none;
  padding: 10px 0 0;
  border-top: 1px solid #d82228;
}
input {
  display: none;
}
label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 0;
  width: 19%;
  font-weight: 600;
  text-align: center;
  color: #666;
  border: 1px solid transparent;
  font-size: 16px;
  text-transform: uppercase;
}
label:hover {
  color: #000;
  cursor: pointer;
}
input:checked + label {
  color: #d82228;
  border: 1px solid #d82228;
  border-top: 2px solid #d82228;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /* transition:  all 0.3s linear; */
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
  display: block;
}
ul.menus{
    margin-top: 40px;
    display: inline-block;
    float: right;
}
.menus li{
    margin: 5px 10px;
    display: inline-block;
    float: left;
    list-style-type: none;
    text-transform: uppercase;
}
.menus a{
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.menus a:hover{
    line-height: 24px;
    text-decoration:none;
    border-bottom: 2px solid #d82228; 
}

.divide{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border:2px solid rgba(165,0,6,1);
    border-radius: 10px;
}
.divide div{
    padding: 5px 10px;
    border: 0;
}
.divide p{
    padding: 5px 0;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(90deg,rgba(165,0,6,1) 0,rgba(165,0,6,0.7) 50%,rgba(165,0,6,1) 100%);
}
.choose_ul li{
    width: 50%;
    float: left;
    margin:10px 0;
    display: inline-block;
    list-style-type: none;
    font-size: 16px;
    text-indent: 5px;
    text-align: left;
    color: rgba(165,0,6,1);
    text-transform: uppercase;
}
.choose_ul li .fa{
    margin-right: 3px;
    display: inline-block;
}
.choose_ul{
    display: inline-block;
    margin-right: 5px;
}
.tie{
    width: 96%;
    margin:50px auto 0;
}
.tie .a,.tie .b{
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    height: 60px;
    display: inline-block;
    float: left;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.tie .a{
    background: linear-gradient(90deg,rgba(165,0,6,1) 0,rgba(165,0,6,0.7) 100%);
}
.tie .b{
    background: linear-gradient(90deg,rgba(165,0,6,0.7) 0,rgba(165,0,6,1) 100%);
}
.tie .a1,.tie .b1,.tie .a2,.tie .b2{
    display: inline-block;
    height: 0;
    width: 0;
    border: 30px solid rgba(165,0,6,1); 
    float: left;
}
.tie .a1{
    border-left: 30px solid #fff;
    border-right: 0;
}
.tie .b2{
    float: right;
    border-left: 0;
    border-right: 30px solid #fff;
}
.tie .a2,.tie .b1{
    border: 30px solid #fff;
}
.tie .a2{
    float: right;
    border-right: 0;
    border-left: 30px solid rgba(165,0,6,1);
}
.tie .b1{
    border-left: 0;
    border-right: 30px solid rgba(165,0,6,1);
}
.copyright{
    text-align: center;
    font-size: 16px;
    margin:20px auto;
}