@charset "utf-8";
/**20190226 by houhaixiaofeixia for SuXuan Cloud DiPian system**/
.header{
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #8391ff;
	min-width: 1020px;
}
.ps_hd{
	position: fixed;
	top: 0;
	z-index: 2;
}
.ps_hd2{
	position: absolute;
	top: 0;
	z-index: 2;
}
.bd{
	max-width: 1440px;
	min-width: 1020px;
	width: auto;
	height: auto;
	box-sizing: border-box;
	margin: auto;
}
.header .bd{
	display: flex;
	justify-content: space-between;
}
.logo{
	width: 186px;
	height: 51px;
	margin-left: 15px;
	margin-top: 15px;
}
.logo img{
	width: 186px;
	height: 51px;
}
.nav{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
}
.nav_btn{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	width: auto;
	margin: 25px 20px 0 20px;
}
.nav_login{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	width: auto;
	padding: 0 20px;
	margin-top: 21px;
	margin-right: 10px;
	border:1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in; 
}
.nav_login:hover{
	color: #8391ff;
	background-color: #fff;
}
.nav_login.active{
	color: #8391ff;
	background-color: #fff;
}
.nav_sm{
	font-size: 16px;
	line-height: 30px;
	color: #fe0000;
	width: auto;
	height: 30px;
	margin-top: 25px;
	margin-right: 20px;
}
.footer{
	width: 100%;
	height: auto;
	min-width: 1020px;
}
.ps_ft{
	position: fixed;
	bottom: 75px;
	z-index: 2;
}
.copyright{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	width: 100%;
	height: 20px;
	text-align: center;
}
.login_bd{
	width: 100%;
	height: 100%;
	background-image: url(../img/login_bg.jpg);
	background-position:  center top;
	background-size: auto 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.sj_box{
	width: 500px;
	height: 475px;
	background-color: #f2f6ff;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 25%;
	z-index: 9;
}
.sj_box2{
	width: 500px;
	height: auto;
	background-color: #f2f6ff;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 15%;
	z-index: 9;
	padding-bottom: 15px;
}
.sj_title{
	width: 100%;
	height: auto;
	font-size: 33px;
	color: #1a4669;
	text-align: center;
	margin-top: 30px;
}
.sj_in{
	width: 380px;
	height: 60px;
	border:1px solid #e7ebf4;
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 62px;
	margin-top: 10px;
}
.sj_in img{
	width:30px;
	height: 30px;
	float: left;
	margin-left: 10px;
	margin-top: 14px;
}
.sj_in input{
	width: 230px;
	height: 30px;
	float: left;
	margin-top: 13px;
	margin-left: 7px;
	border:0;
	font-size: 18px;
	color: #999;
	background-color: #f2f6ff;
}
.sj_in a{
	width: auto;
	height: 30px;
	float: left;
	margin-top: 17px;
	margin-left: 7px;
	border:0;
	font-size: 18px;
	color: #999;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in; 
}
.sj_in a:hover{
	color: #61a8ff;
}
.sj_btn{
	width: 100%;
	height: auto;
	margin-top: 25px;
	text-align: center;
}
.sj_btn input{
	width: 375px;
	height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border:none;
	text-shadow: 1px 2px 3px #1e67d0;
	margin:auto;
	border-radius: 5px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
}
.login_ewm_btn{
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../img/login_ewm_btn.png) no-repeat center center;
	cursor: pointer;
	right: 5px;
	top: 5px;
	z-index: 9;
}
.login_ewm{
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.login_ewm img{
	width: 250px;
	height: 250px;
	margin: auto;
	margin-top: 30px;
}
.login_ewm span{
	width: 250px;
	height: 25px;
	margin: auto;
	font-size: 20px;
	line-height: 25px;
	color: #999;
	margin-top: 10px;
}
.login_user_btn{
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../img/login_user_btn.png) no-repeat center center;
	cursor: pointer;
	right: 5px;
	top: 5px;
	z-index: 9;
}
.sj_sm{
	width: 400px;
    height: auto;
    margin-left: 55px;
    margin-top: 13px;
}
.sj_sm span{
	width: auto;
    height: 20px;
    font-size: 13px;
    text-align: center;
    float: left;
    color: #999;
}
.sj_sm span a{
    color: #1a4669;
}
.sj_sm input{
    margin-top: 3px;
    float: left;
    margin-left: 10px;
}
#top_banner img{
	width: 100%;
	min-width: 1020px;
}
#top_banner .arrow-left {
background: url(../img/banner_arrow.png) no-repeat left top;
position: absolute;
left: 20px;
top: 55%;
margin-top: -35px;
width: 70px;
height: 70px;
z-index:999;
}
#top_banner .arrow-right {
background: url(../img/banner_arrow.png) no-repeat left bottom;
position: absolute;
right: 20px;
top:55%;
margin-top: -35px;
width: 70px;
height: 70px;
z-index:999;
}
#top_banner .swiper-pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 15px;
width: 100%;
z-index:999;
}
#top_banner .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
opacity:1;
border-radius: 10px;
background: white;
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;
background-color: #b9ceee;
}
#top_banner .swiper-pagination-bullet-active{
	background: #8cc5ff;
	width:17px;
}
.s_load{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 30px 0;
	min-width: 1020px;
}
.s_load a{
	width: 220px;
	height: 60px;
	text-align: center;
	margin:auto;
	border-radius: 5px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
	display: block;
}
.s_footer{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #f7faff;
}
.s_ft_nav{
	width: 100%;
	height: 23px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.s_ft_nav a{
	width: auto;
	line-height: 23px;
	font-size: 13px;
	color: #333;
	display: block;
}
.s_ft_nav span{
	width: 1px;
	height: 10px;
    background-color: #b2b2b2;
    margin: 0 10px;
    margin-top: 7px;
}
.s_ft_sm{
	width: 100%;
	height: 23px;
	text-align: center;
	line-height: 23px;
	font-size: 13px;
	color: #333;
}
.s_nr{
	width: 100%;
	height: auto;
	text-align: center;
}
.s_nr img{
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 1428px;
	min-width: 1020px;
}
#bot_swiper .swiper-slide{
	text-align: center;
	padding-bottom: 110px;
}
#bot_swiper img{
	width: 1420px;
	min-width: 1020px;
}
#bot_swiper .arrow-left {
background: url(../img/banner_arrow.png) no-repeat left top;
position: absolute;
left: 20px;
top: 55%;
margin-top: -35px;
width: 70px;
height: 70px;
z-index:999;
}
#bot_swiper .arrow-right {
background: url(../img/banner_arrow.png) no-repeat left bottom;
position: absolute;
right: 20px;
top:55%;
margin-top: -35px;
width: 70px;
height: 70px;
z-index:999;
}
#bot_swiper .swiper-pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 75px;
width: 100%;
z-index:999;
}
#bot_swiper .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
opacity:1;
border-radius: 10px;
background: white;
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;
background-color: #b9ceee;
}
#bot_swiper .swiper-pagination-bullet-active{
	background: #8cc5ff;
	width:17px;
}
.s_bot_swiper_title{
	width: 100%;
	height: auto;
	min-width: 1020px;
	font-size: 48px;
	color: #1a4669;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}
.pos_box{
	position: fixed;
	bottom:20%;
	right: 0;
	width: 40px;
	height: 230px;
	background-color: #f7faff;
	border:1px solid #e7ebf4;
	z-index: 999;
}
.pos_box a:nth-child(1){
	height: 105px;
}
.pos_box a:nth-child(2){
	border:none;
	height: 125px;
}
.pos_box a{
	width: 40px;
	border-bottom:1px solid #e7ebf4;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
.s_cp{
	width: 100%;
	max-width: 1440px;
	min-width: 1020px;
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.s_cpd{
	width: 29%;
	height: 380px;
	text-align: center;
	box-sizing: border-box;
	margin: 1%;
	border-radius: 5px;
	border:1px solid #f7faff;
	box-shadow:5px 5px 12px rgba(100,100,100,.1);
	-webkit-box-shadow:5px 5px 12px rgba(100,100,100,.1);
	-moz-box-shadow:5px 5px 12px rgba(100,100,100,.1);
	-o-box-shadow:5px 5px 12px rgba(100,100,100,.1);
}
.s_cp_title{
	width: 70%;
	height: auto;
	padding: 25px 0;
	font-size: 40px;
	text-align: center;
	color: #1a4669;
	border-bottom:1px solid #e7ebf4;
	margin-left: 15%;
}
.s_cp_nr{
	width: 100%;
	height: auto;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.s_cp_nr small{
	font-size: 24px;
	color: #1a4669;
	padding-top: 10px;
}
.s_cp_nr strong{
	font-size: 50px;
	color: #1a4669;
}
.s_cp_nr2{
	width: 100%;
	height: auto;
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
	color: #9ea8bb;
}
.s_cp_nr2 span{
	color: #1a4669;
	margin-left: 10px;
}
.s_cp_nr_box{
	width: 100%;
	height: auto;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}
.s_cp_nr_box span{
	width: 20px;
	height: 20px;
	border:1px solid #e7ebf4;
	display: block;.
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.s_cp_nr_box small{
	width: 40px;
	height: 20px;
	border-bottom:1px solid #e7ebf4;
	border-top:1px solid #e7ebf4;
	font-size: 12px;
	line-height: 20px;
	color: #1a4669;
	text-align: center;
	display: block;
}
.s_cp_del{
	background-image: url(../img/del.png);
}
.s_cp_add{
	background-image: url(../img/add.png);
}
.sc_cp_nr3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: row;
	margin-top: 18px;
}
.sc_cp_nr3 a{
	width: 140px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #1a4669;
	display: block;
	border:1px solid #1a4669;
	border-radius: 15em;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in; 
}
.sc_cp_nr3 a:hover{
	color: #fff;
	display: block;
	background-color: #1a4669;
	border:1px solid #1a4669;
}
.con{
	width: 100%;
	max-width: 1420px;
	min-width: 1020px;
}
.c_title{
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #1a4669;
	margin-top: 40px;
	margin-bottom: 20px;
}
.c_line{
	width: 100%;
	height: 1px;
	background-color: #8cc5ff;
	min-width: 1020px;
}
.c_table{
	width: 100%;
	height: auto;
}
.c_tbh{
	width: 100%;
	height: 50px;
	background-color: #f7faff;
	font-size: 18px;
	line-height: 50px;
	color: #9ea8bb;
	text-align: center;
	display: flex;
	flex-direction: row;
	border-left:1px solid #e7ebf4;
	border-right:1px solid #e7ebf4;
	box-sizing: border-box;
}
.c_tbh li{
	height: 50px;
}
.c_tbh li:nth-child(1){
	width: 5%;
}
.c_tbh li:nth-child(2){
	width: 20%;
}
.c_tbh li:nth-child(3){
	width: 25%;
}
.c_tbh li:nth-child(4){
	width: 10%;
}
.c_tbh li:nth-child(5){
	width: 15%;
}
.c_tbh li:nth-child(6){
	width: 10%;
}
.c_tbh li:nth-child(7){
	width: 15%;
}
.c_tb{
	width: 100%;
	height: auto;
	background-color: #fff;
	font-size: 18px;
	line-height: 50px;
	color: #9ea8bb;
	text-align: center;
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	border-left:1px solid #e7ebf4;
	border-right:1px solid #e7ebf4;
	border-bottom:1px solid #e7ebf4;
	box-sizing: border-box;
}
.c_tb li{
	height: 50px;
}
.c_tb li:nth-child(1){
	width: 5%;
}
.c_tb li:nth-child(2){
	width: 20%;
}
.c_tb li:nth-child(3){
	width: 25%;
}
.c_tb li:nth-child(4){
	width: 10%;
}
.c_tb li:nth-child(5){
	width: 15%;
}
.c_tb li:nth-child(6){
	width: 10%;
}
.c_tb li:nth-child(7){
	width: 15%;
}
.c_cz{
	width: 100%;
	height: auto;
	background-color: #f7faff;
	padding: 40px 0;
	border:1px solid #edf0f7;
	margin-top: 10px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: row-reverse;
	text-align: right;
}
.cz01{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
	margin: 0 20px;
	margin-top: 7px;
}
.cz01 span{
	color: #ff3c3c;
}
.cz02{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
	margin: 0 20px;
	margin-top: 7px;
	display: flex;
	align-items: center;
}
.cz02 span{
	color: #ff3c3c;
	font-size: 28px;
}
.cz03_btn{
	width: 105px;
	height: 43px;
	line-height: 43px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin: 0 20px;
	border-radius: 5px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
}
.c_xz{
	width: auto;
	height: 20px;
}
.c_xz input{
}
/*.c_xz span{
	width: auto;
	height: 20px;
	font-size: 
}*/
.c_nr01{
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
}
.c_nr01 span{
	color: #9ea8bb;
}
.c_nr_btn{
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #9ea8bb;
	line-height: 50px;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
	cursor: pointer;
}
.c_nr_btn:hover{
	color: #00aeef;
}
.c_nr_box{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.c_nr_box span{
	width: 30px;
	height: 30px;
	border:1px solid #e7ebf4;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.c_nr_box small{
	width: 60px;
	height: 30px;
	border-bottom:1px solid #e7ebf4;
	border-top:1px solid #e7ebf4;
	font-size: 16px;
	line-height: 30px;
	color: #1a4669;
	text-align: center;
	display: block;
}
.c_nr_del{
	background-image: url(../img/del2.png);
}
.c_nr_add{
	background-image: url(../img/add2.png);
}
.c_tbh2{
	width: 100%;
	height: 50px;
	background-color: #f7faff;
	font-size: 18px;
	line-height: 50px;
	color: #9ea8bb;
	text-align: center;
	display: flex;
	flex-direction: row;
	border-left:1px solid #e7ebf4;
	border-right:1px solid #e7ebf4;
	border-bottom:1px solid #e7ebf4;
	box-sizing: border-box;
}
.c_tbh2 li{
	height: 50px;
}
.c_tbh2 li:nth-child(1){
	width: 20%;
}
.c_tbh2 li:nth-child(2){
	width: 25%;
}
.c_tbh2 li:nth-child(3){
	width: 20%;
}
.c_tbh2 li:nth-child(4){
	width: 20%;
}
.c_tbh2 li:nth-child(5){
	width: 15%;
}
.c_tb2{
	width: 100%;
	height: auto;
	background-color: #fff;
	font-size: 18px;
	line-height: 50px;
	color: #9ea8bb;
	text-align: center;
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	border-left:1px solid #e7ebf4;
	border-right:1px solid #e7ebf4;
	border-bottom:1px solid #e7ebf4;
	box-sizing: border-box;
}
.c_tb2 li{
	height: 50px;
}
.c_tb2 li:nth-child(1){
	width: 20%;
}
.c_tb2 li:nth-child(2){
	width: 25%;
}
.c_tb2 li:nth-child(3){
	width: 20%;
}
.c_tb2 li:nth-child(4){
	width: 20%;
}
.c_tb2 li:nth-child(5){
	width: 15%;
}
.c_bh{
	width: 100%;
	height: 45px;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	border: 1px solid #e7ebf4;
	margin-top: 10px;
}
.c_bh span{
	width: auto;
	height: 45px;
	font-size: 18px;
	color: #333;
	line-height: 45px;
}
.c_cz2{
	width: 100%;
	height: auto;
	background-color: #f7faff;
	padding: 30px 0;
	border:1px solid #edf0f7;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	border-top:none;
}
.c_cz2a{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
	margin: 0 20px;
	margin-top: 7px;
	display: flex;
	align-items: center;
}
.c_cz2a span{
	color: #ff3c3c;
	font-size: 28px;
}
.c_zf{
	border:1px solid #e7ebf4;
	width:100%;
	height: auto;
	padding: 30px;
	padding-top: 20px;
	box-sizing: border-box;
	display: inline-block;
}
.c_zfd{
	width:230px;
	height: auto;
	float: left;
	margin-right: 30px;
}
.c_zfd span{
	width: auto;
	height: 20px;
	font-size: 16px;
	color: #9ea8bb;
}
.c_zfd span i{
	font-size: 13px;
	font-style: normal;
}
.c_zfd input{
	display: none;
}
.c_zfd label{
	width:230px;
	height: auto;
	box-sizing: border-box;
	border:1px solid #e9ecf5;
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.c_ra small{
	width: 20px;
	height: 20px;
	background: url(../img/ra01.png);
	margin-left: 20px;
}
.c_ra.active small{
	background: url(../img/ra02.png);
}
.c_ra.active{
	background-color: #fffcf5;
	border:1px solid #94c9fe;
}
.c_fk_btn{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 100px;
	display: flex;
}
.c_fk_btn a{
	width: 110px;
	height: 40px;
	text-shadow: 1px 2px 3px #1e67d0;
	display: block;
	border-radius: 5px;
	text-align: center;line-height: 40px;
	color: #fff;
	font-size: 17px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
}
.c_title2{
	width: 100%;
	height: 36px;
	font-size: 22px;
	line-height: 36px;
	color: #1a4669;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 50px;
	box-sizing: border-box;
	background:url(../img/c_suc.png) no-repeat left center;
}
.c_zfx{
	font-size: 14px;
	color: #9ea8bb;
	line-height: 25px;
	width: 100%;
	height: 25px;
	overflow: hidden;
}
.c_fk_btn2{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	display: flex;
}
.c_fk_btn2 a:nth-child(1){
	width: 110px;
	height: 40px;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	background: -webkit-linear-gradient(left,#fa6eac, #c17ade);
	background: -moz-linear-gradient(left,#fa6eac, #c17ade);
	background: -o-linear-gradient(left,#fa6eac, #c17ade);
	cursor: pointer;
}
.c_fk_btn2 a:nth-child(2){
	width: 110px;
	height: 40px;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 17px;
	border:1px solid #d176cf;
	cursor: pointer;
	margin-left: 10px;
}
.c_zf2{
	border:1px solid #e7ebf4;
	width:100%;
	height: auto;
	padding: 30px;
	padding-top: 20px;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 30px;
}
.ps_ft2{
	position: fixed;
	bottom: 0;
	z-index: 2;
}
.c_zfx_title{
	font-size: 22px;
	color: #ea404f;
	line-height: 25px;
	width: 100%;
	height: 25px;
	font-weight: bold;
	overflow: hidden;
}
.c_fk_btn3{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	display: flex;
}
.c_fk_btn3 a:nth-child(1){
	width: 110px;
	height: 40px;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
}
.c_fk_btn3 a:nth-child(2){
	width: 110px;
	height: 40px;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 17px;
	border:1px solid #739bff;
	cursor: pointer;
	margin-left: 10px;
}
.c_in{
	width: 175px;
	height: 175px;
	background: url(../img/c_in.png) no-repeat center center;
	background-color: #f6f9fe;
	border: none;
}
.c_in input{
	width: 175px;
	height: 175px;
	opacity: 0;
}
.sj_btn2{
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 45px;
}
.sj_btn2 a input{
	width: 180px;
	height: 60px; 
	color: #fff;
	font-size: 24px;
	text-align: center;
	border:none;
	text-shadow: 1px 2px 3px #1e67d0;
	margin:auto;
	border-radius: 5px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
	margin-left: 20px;
}
.sj_btn2 span{
	width: 180px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	border:none;
	text-shadow: 1px 2px 3px #fa6eab;
	margin:auto;
	border-radius: 5px;
	display: inline-block;
	background: -webkit-linear-gradient(left,#fa6eab, #c17adf);
	background: -moz-linear-gradient(left,#fa6eab, #c17adf);
	background: -o-linear-gradient(left,#fa6eab, #c17adf);
	cursor: pointer;
}
.sj_title2{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sj_title2 img{
	width: 117px;
	height: 117px;
	margin-top: 35px;
}
.sj_title2 span{
	width: auto;
	height: auto;
	color: #666;
	font-size: 22px;
	margin-top: 15px;
}
.cart_number {
	top:0px;
	position: absolute;
    z-index: 1000;
    right: 0px;
    display: block;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    display: none;
}

.c_fk_btn_res{
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 100px;
	display: flex;
}
.c_fk_btn_res a{
	width: 110px;
	height: 40px;
	text-shadow: 1px 2px 3px #1e67d0;
	display: block;
	border-radius: 5px;
	text-align: center;line-height: 40px;
	color: #fff;
	font-size: 17px;
	background: -webkit-linear-gradient(left,#8392ff, #61a8ff);
	background: -moz-linear-gradient(left,#8392ff, #61a8ff);
	background: -o-linear-gradient(left,#8392ff, #61a8ff);
	cursor: pointer;
}
@media(max-height: 780px){
	.ps_ft {
	    bottom: 20px;
	}
}