﻿.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1244px 1fr;
    grid-template-rows: 97px 69px 339px 798px 47px;
    -ms-grid-columns: 1fr 1244px 1fr;
    -ms-grid-rows: 97px 69px 339px 768px 47px;
    background-color: #f8fafe;
}

.banner-grid{
    grid-area: 1/1/4/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    background: url(../images/banner.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.header-grid{
    grid-area: 1/2/2/3;
}

.header-wrap{
    width: 1244px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo{
    margin-top: 15px;
}

.web-title{
    margin-top: 36px;
    margin-right: 3px;
}

.main-grid{
    grid-area: 4/2/5/3;
}

.main-wrap{
    margin-top: -44px;
    height: 820px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 2px 10px 0px 
		rgba(212, 21, 0, 0.2);
	        box-shadow: 1px 2px 10px 0px 
		rgba(212, 21, 0, 0.2);
	border-radius: 10px;
    padding: 0 24px;
}

.row-first-wrap{
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.book-resume{
    width: 709px;
}

.book-normal-info{
    width: 463px;
}

.title-temp-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.title-name{
    font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #e2432a;
}

.title-line{
    margin-top: 3px;
    width: 100%;
    height: 4px;
	background-color: #e2432a;
	border-radius: 2px;
}

.title-more{
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.title-more:hover>.dot{
    background-color: #e2442a;
}

.title-more>.dot{
    width: 7px;
	height: 7px;
	background-color: #eb7f52;
    border-radius: 50%;
    margin-right: 4px;
}

.title-more>.dot:last-child{
    margin-right: 0;
}

.resume-info{
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.book-cover{
    margin-right: 24px;
}

.book-cover>img{
    width: 135px;
	height: 187px;
}

.resume-content{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #555555;
}

.book-normal-info{
    width: 464px;
    height: 224px;
    background: url(../images/book-info.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.book-normal-info .title-temp-wrap{
    margin-top: 12px;
    margin-left: 23px;
    margin-right: 26px;
}

.quick-list{
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.quick-list>li{
    width: 220px;
	height: 59px;
	-webkit-box-shadow: 2px 2px 6px 0px 
		rgba(235, 127, 83, 0.3);
	        box-shadow: 2px 2px 6px 0px 
		rgba(235, 127, 83, 0.3);
	border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.quick-list>li:hover{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.quick-list>li:nth-child(1){
    background: url(../images/quick1.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.quick-list>li:nth-child(2){
    background: url(../images/quick2.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.quick-list>li:nth-child(3){
    background: url(../images/quick4.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.quick-list>li:nth-child(4){
    background: url(../images/quick3.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.quick-list>li:nth-child(5){
    background: url(../images/quick5.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.quick-list>li>a{
    display: block;
    width: 100%;
    height: 100%;
}

.row-second-wrap{
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.result-wrap{
    margin-top: 11px;
    width: 708px;
	height: 164px;
	background-color: rgba(252, 236, 233, 0.3);
	border-radius: 5px;
	border: solid 1px rgba(212, 21, 0, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.result-list{
    width: 696px;
	height: 151px;
    padding: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border-radius: 5px;
	border: solid 1px rgba(212, 21, 0, 0.48);
    display: grid;
    grid-template-columns: 280px 413px;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.result-list>li>a{
    position: relative;
    padding-left: 10px;
    display: block;
    font-size: 12px;
	letter-spacing: 1px;
	color: #555555;
}

.result-list>li>a::before{
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    background-color: #e2432a;
    border-radius: 50%;
}

.book-spc{
    width: 465px;
}

.spc-content{
    margin-top: 11px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #555555;
}

.ablum-wrap{
    margin-top: 24px;
}

.bd{
    margin-top: 14px;
    overflow: hidden;
}

.bd ul li{
    float: left;
    margin-right: 24px;
}

.bd ul li a{
    display: block;
    width: 220px;
}

.bd ul li a .img-cover>img{
    width: 220px;
	height: 125px;
}

.bd ul li a .img-title{
    text-align: center;
    margin-top: 9px;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #555555;
}

.footer{
    grid-area: 5/1/6/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    background-color: #e2432a;
}

.footer p{
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}