*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
body{
    font-size: 16px;
    font-family: 微软雅黑, Microsoft YaHei;
    min-width: 1360px;
}
header{
    width: 100%;
}
.head-left{
    float: left;
    display: table;
    padding: 35px 0;
    margin-left: 30px;
}
.logo-img{
    display: table-cell;
    vertical-align: middle;
    height: 55px;
}
.logo-img img{
    height: 100%;
}
.logo-title{
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 20px;
}
.head-right{
    float: right;
    margin-right: 50px;
    padding: 44.5px 0;
}
.head-tel{
    height: 36px;
}
.head-tel img{
    height: 100%;
}
.fixed-header{
    position: fixed !important;
    top: 0;
    z-index: 999;

    -ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;/*动画播放次数*/
    
}
.top-menu{
    width: 100%;
    min-width: 1300px;
    background-color: #d81743;
    text-align: center;
    position: relative;
}
.top-menu > ul {
    display: inline-block; 
}
.top-menu > ul > li{
    display: block;
    float: left;
    position: relative;
}
.top-menu > ul > li > a{
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 30px 38px;
}
.top-on{
    z-index: 999;
    background-color: #fff;
    color: #3d3d3d;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
}
.top-on span{
    display: block;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    color: #3d3d3d;
}
.top-menu > ul > li:hover > a{
    color: #3d3d3d;
    z-index: 999;
    background-color: #fff;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
}
.top-menu > ul > li:hover > a > span{
    display: block;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
}

.top-menu > ul > li:hover > ul{
    display: block;
}
.top-menu ul li ul {
    display: none;
    position: absolute;
    top: 80px;
    left: -14px;
    z-index: 999;
    width: 100%;
}
.top-menu ul li ul li a{
    display: block;
    width: 100%;
    background-color: #fff;
    color: #111;
    line-height: 15px;
    padding: 20px 0px;
}
.top-menu ul li ul li a:hover{
    background-color: #d81843;
    color: #fff;
}

.menu-right{
    position: absolute;
    right: 20px;
    top: 24px;
}
.menu-icon{
    width: 32px;
    height: 32px;
    border: 1px solid #fff8d8;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}
.menu-icon a{
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
}
.menu-icon a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.menu-icon:hover{
    background-color: #fff;
    border: 1px solid #fff;
}
/* .menu-icon:hover a{
    -webkit-filter: drop-shadow(32px 0 0 #d81843);
    filter: drop-shadow(32px 0 0 #d81843);
    left: -32px;
} */

/* banner */
.banner{
    width: 100%;
    position: relative;
}
.scroll-btn{
    position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:40px;
	width:30px;
	height:70px;
	cursor:pointer;
	display:block;
	z-index:20;
	animation: fadeInDown 2s infinite;
	-moz-animation: fadeInDown 2s infinite;
	-ms-animation: fadeInDown 2s infinite;
	-o-animation: fadeInDown 2s infinite;
	-webkit-animation: fadeInDown 2s infinite;
	background:url(../image/scroll-icon.png) center center no-repeat;
}
/* fullSlide */
.fullSlide {
    width: 100%;
    position: relative;
    height: 704px;
    background: #fff;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100% !important;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 704px;
    overflow: hidden;
    text-align: center;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 0;
    height: 30px;
    line-height: 30px;
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
    background: #000;
    /* filter: alpha(opacity=50);
    opacity: 0.5; */
    line-height: 999px;
}
.fullSlide .hd ul .on {
    background: transparent;
}
.fullSlide .prev{
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../image/arrow-left.png) no-repeat center;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
.fullSlide .next{
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: auto;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(../image/arrow-right.png) no-repeat center;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
.fullSlide .prev:hover{
    filter: alpha(opacity=80);
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}
.fullSlide .next:hover{
    transition: all 0.5s ease-in-out;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/*end*/

.can-do{
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.do-bg{
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
}
.do-title{
    text-align: center;
}
.do-title strong{
    display: block;
    font-size: 34px;
    color: #b4b4b4;
    font-weight: normal;
    padding-top: 80px;
}
.do-title h2{
    color: #09060e;
    font-size: 30px;
    padding-top: 10px;
}
.do-title img{
    margin-top: 20px;
}
.do-list{
    text-align: center;
    padding-top: 60px;
}
.do-list ul{
    display: inline-block;
}
.do-list ul li{
    width: 250px;
    height: 410px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
}
.do-list ul li .do-li{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.do-list-title{
    padding-top: 155px;
    transition: all 0.5s ease-in-out;
}
.do-list-title h3{
    font-size: 24px;
    font-weight: normal;
}
.do-list-title p{
    font-size: 12px;
    padding: 20px 0;
    text-transform: uppercase;
}
.do-list-title b{
    display: block;
    width: 65px;
    height: 3px;
    margin: 0 auto;
    background-color: #d81743;
    transition: all 0.5s ease-in-out;
}
.do-list-text{
    font-size: 14px;
    padding: 40px 20px 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.do-list-more{
    width: 175px;
    height: 55px;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 51px;
    position: absolute;
    bottom: 40px;
    left: 37.5px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.do-list ul li .do-li:hover{
    background: rgba(216, 24, 67, 0.9);
}
.do-list ul li .do-li:hover .do-list-title{
    padding-top: 40px;
}
.do-list ul li .do-li:hover .do-list-title b{
    background-color: #fff;
}
.do-list ul li .do-li:hover .do-list-title .do-list-text{
    opacity: 1;
}
.do-list ul li .do-li:hover .do-list-more{
    opacity: 1;
}

.main-about{
    width: 100%;
    height: 620px;
    /* background-image: url(../images/about2.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; */
}
/* .main-about::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 800px;
    border-top:620px solid #d81743;
    border-right:130px solid transparent;
} */

.about-left{
    width: 50%;
    height: 620px;
    float: left;
    background-image: url(../image/about-bg1.jpg);
    background-size: auto 100%;
    background-position: center right; background-repeat:no-repeat
}
.about-right{
    width: 50%;
    height: 620px;
    float: left;
    background-image: url(../image/about-bg2.jpg);
    background-size: auto 100%;
    background-position: center left;
}
.about-title{
    padding-top: 120px;
}
.about-title strong{
    display: block;
    color: #d81743;
    font-size: 36px;
}
.about-title h3{
    color: #3e3e3e;
    font-size: 24px;
    font-weight: normal;
}
.about-title b{
    display: block;
    width: 63px;
    height: 3px;
    background-color: #d81743;
    margin-top: 20px;
}
.about-right p{
    width: 60%;
    /* height: 160px; */
    color: #434343;
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
}
.about-menu{
    padding-top: 30px;
}
.about-menu ul li{
    float: left;
    display: block;
}
.about-menu ul li a{
    display: block;
    width: 132px;
    height: 42px;
    margin-right: 2px;
    background-color: #c6c6c6;
    color: #4c4c4c;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.about-menu ul li a:hover{
    background-color: #d81743;
    color: #fff;
}
.about-menu ul li:first-child a{
    background-color: #d81743;
    color: #fff;
}

.tuijian{
    padding: 0px 0 60px;
    width: 1300px;
    margin: 0 auto;
}
.prod-list2{
    width: 100%;
    margin-top: 30px;
}
.prod-list2 ul li{
    width: 300px;
    height: 340px;
    margin-right: 33.33px;
    margin-bottom: 30px;
    /* border: 1px solid #d81843; */
    float: left;
    border: 1px solid #e1e1e1;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.prod-list2 ul li:nth-child(4n+4){
    margin-right: 0px;
}
.prod-list2 ul li .prod-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    text-align: center;
}
.prod-list2 ul li .prod-img img{
    width: 100%;
    height: auto;
    /*object-fit: cover;
    margin: 0 -100%;*/
    transition: all 0.5s ease-in-out;
}
.prod-list2 ul li:hover img{
    transform: scale(1.05);
}

.prod-list2 ul li .prod-title{
    width: 100%;
    height: 35px;
    background-color: #fff;
}
.prod-list2 ul li .prod-title h3{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    color: #555;
    padding-top: 15px;
    font-weight: normal;
    transition: all 0.5s ease-in-out;
}
/* .prod-list2 ul li .prod-title p{
    padding-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #555;
    transition: all 0.5s ease-in-out;
} */
.prod-list2 ul li:hover{
    border: 1px solid #d81843;
}
.prod-list2 ul li:hover .prod-title>h3{
    color: #d81843;
}
/* .prod-list2 ul li:hover .prod-title>p{
    color: #fff;
} */

.main-product{
    padding: 75px 0;
    width: 1300px;
    margin: 0 auto;
}
.main-product ul{
    width: 100%;
    position: relative;
    height: 750px;
}
.main-product ul li{
    /* float: left; */
    display: block;
    height: auto;
    position: absolute;
}
.main-product ul li:nth-child(3n+1){
    width: 400px;
    left: 0;
}
.main-product ul li:nth-child(3n+2){
    width: 400px;
    left: 435px;
}
.main-product ul li:nth-child(3n+3){
    width: 430px;
    right: 0;
}
.main-product ul li:nth-child(1){
    top: 0;
    height: 200px;
    background-color: #d81743;
}
.pro-first-title{
    color: #fff;
    border: 1px solid #fff;
    width: 260px;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.pro-first-title strong{
    display: block;
    width: 150px;
    background-color: #d81743;
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: -15px;
}
.pro-first-title h4{
    font-weight: normal;
    padding-top: 10px;
}
.main-product ul li:nth-child(1) p{
    color: #fff;
    font-size: 13px;
    padding: 20px 30px 0;
    text-align: center;
    line-height: 24px;
}
.main-product ul li:nth-child(2){ 
    left: 0px;
    bottom: 0;
    height: 520px;
}
.main-product ul li:nth-child(3){
    left: 435px;
    top: 0;
    height: 360px;
    width: 400px;
}
.main-product ul li:nth-child(4){
    top: 0px;
    left: 870px;
    height: 495px;
    width: 430px;
}
.main-product ul li:nth-child(5){
    bottom: 0;
    height: 360px;
}
.main-product ul li:nth-child(6){
    bottom: 0;
    height: 220px;
    background-image: url(../image/product-last-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pro-last-title{
    width: 300px;
    height: 40px;
    background-color: #d81743;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 65px;
}
.pro-last-more{
    width: 150px;
    height: 45px;
    display: block;
    color: #f1f1f1;
    border: 1px solid #b8b8b8;
    text-align: center;
    line-height: 43px;
    margin: 0 auto;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.pro-last-more:hover{
    background-color: #fff;
    color: #d81843;
}
.pro-item-box{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pro-item-img{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.pro-item-img img{
    max-width: 100%;
}
.pro-item-title{
    padding-left: 30px;
    padding-top: 35px;
}
.pro-item-title strong{
    font-size: 24px;
    color: #333333;
}
.pro-item-title h4{
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    font-weight: normal;
}
.main-product ul li:hover .pro-item-box .pro-bg{
    opacity: 1;
}
.pro-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.pro-bg .pro-item-more{
    width: 120px;
    height: 40px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 48%;
}


.main-case{
    background-image: url(../image/case-bg.jpg);
}
.case-title{
    text-align: center;
}
.case-title strong{
    display: block;
    font-size: 34px;
    color: #b4b4b4;
    font-weight: normal;
    padding-top: 80px;
}
.case-title h2{
    color: #d81743;
    font-size: 30px;
    padding-top: 10px;
}
.case-title img{
    margin-top: 20px;
}

.case_list {
    width: 1275px;
    margin: 40px auto;
    position: relative;
}
.LeftHandle {
    position: absolute;
    width: 40px;
    height: 73px;
    cursor: pointer;
    background-image: url(../image/case-l.png);
    z-index: 2;
    top: -20px;
    left: -50px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.LeftHandle:hover{
    opacity: 0.5;
}
.RightHandle {
    width: 40px;
    height: 73px;
    background-image: url(../image/case-r.png);
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: -50px;
    top: -20px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.RightHandle:hover{
    opacity: 0.5;
}
.case_list a {
    display: block;
    width: 425px;
    height: 320px;
    float: left;
}
.case_list a li {
    padding: 15px;
    height: 100%;
}
.case_list a li .case_img{
    width: 100%;
    height: 246px;
    overflow: hidden;
    text-align: center;
}
.case_list a li img {
    display: block;
    min-width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.case_list a li strong {
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.case_list a:hover li img{
    transform: scale(1.05);
}
.case_list a:hover li strong{
    color: #d81743;
}

.case-more{
    padding-bottom: 50px;
}
.case-more a{
    display: block;
    width: 190px;
    height: 50px;
    border: 1px solid #fff;
    color: #f1f1f1;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.case-more a:hover{
    background-color: #d81743;
    border: 1px solid #d81743;
}

.main-news{
    width: 1300px;
    margin: 70px auto;
}
.news-box{
    width: 400px;
    float: left;
    margin-right: 50px;
}
.news-box:nth-child(3){
    margin-right: 0px;
}
.news-title{
    position: relative;
}
.news-title strong{
    font-size: 24px;
    color: #060608;
    font-weight: normal;
    line-height: 24px;
}
.news-title span{
    font-size: 18px;
    color: #9b9b9b;
}
.news-title a{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d81843;
}
.news-title a:hover{
    text-decoration: underline;
}
.news-box img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.news-box ul li{
    display: block;
    margin-top: 20px;
}
.news-date{
    width: 85px;
    height: 85px;
    background-color: #f1f1f1;
    color: #656565;
    float: left;
    text-align: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}
.news-date strong{
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    font-weight: normal;
}
.news-text strong{
    color: #333333;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
}
.news-text p{
    color: #656565;
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}
.news-box ul li a:hover .news-date{
    color: #d81843;
}
.news-box ul li a:hover .news-text strong{
    color: #d81843;
}

footer{
    width: 100%;
    height: 530px;
    background-image: url(../image/footer-bg.jpg);
    background-size: auto 100%;
    background-position: center center;
}
.foot-up{
    height: 265px;
    border-bottom: 1px solid #737373;
}
.foot-up-box{
    width: 1300px;
    margin: 0 auto;
}
.foot-menu{
    float: left;
    margin-top:50px;
}
.foot-menu .menu-title{
    float: left;
    padding-right: 40px;
}
.foot-menu .menu-title .menu-list{
    font-size: 16px;
    line-height: 30px;
}
.foot-menu ul li a:hover{
    color: #d81843;
}
.foot-menu ul li a{
    color: #f1f1f1;
}
.foot-menu ul li a:hover{
    color: #d81843;
}
.menu-title ul li a{
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
}
.foot-tel{
    float: right;
    margin-top:50px;
}

.foot-down{
    height: 265px;
    border-top: 1px solid #1a1a1a;
}
.foot-down-box{
    width: 1300px;
    margin: 0 auto;
}
.copyright{
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
    margin-top: 65px;
    float: left;
}
.qr-code{
    float: right;
    margin-top: 50px;
}
.qr-code-box{
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}
.qr-code-box img{
    width: 130px;
    height: auto;
}
.qr-code-box p{
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
}

.partner{
    width: 100%;
    /* margin: 50px auto; */
}
.partner-title{
    text-align: center;
}
.partner-title strong{
    display: block;
    font-size: 34px;
    color: #b4b4b4;
    font-weight: normal;
    padding-top: 0px;
}
.partner-title h2{
    color: #d81743;
    font-size: 30px;
    padding-top: 10px;
}
.partner-title img{
    margin-top: 20px;
}
.partner-img{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.partner-img img{
    max-width: 1300px;
    height: auto;
}
.fwzc{
    width: 100%;
    height: 250px;
    background-color: #fafafa;
    text-align: center;
}
.fwzc ul{
    display: inline-block;
}
.fwzc ul li{
    float: left;
    width: 220px;
    padding-top: 40px;
}
.fwzc ul li strong{
    display: block;
    font-size: 20px;
    color: #7f7f7f;
    padding: 20px 0 15px;
    font-weight: normal;
}
.fwzc ul li p{
    font-size: 14px;
    color: #858585;
    line-height: 24px;
}

/* search弹出框 */
.search-box{
    display: none;
    width: 280px;
    height: 90px;
    background-color: #fff;
    /* border: 1px solid #d81843; */
    /* border-top: 2px solid #d81843; */
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 99;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.search-box::before{
    content: " ";
    position: absolute;
    top: -4px;
    left: 155px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_input {
    width: 240px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
#SearchStr {
	padding-left: 10px;
	width: 240px;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
	color: #999;
    border: 1px solid #999;
    float: left;
    box-sizing: border-box;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
}

/* qr-code弹出框 */
.qrcode-box{
    display: none;
    width: 310px;
    height: 240px;
    background-color: #fff;
    /* border: 1px solid #d81843; */
    /* border-top: 2px solid #d81843; */
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 99;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.qrcode-box::before{
    content: " ";
    position: absolute;
    top: -4px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #d81843;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qrcode-title{
    width: 100%;
    height: 50px;
    background-color: #d81843;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.qrcode-img{
    width: 160px;
    height: 160px;
    margin: 15px auto;
}
.qrcode-img img{
    width: 100%;
}