body{
	background: #eff3f7;
	color: #000000;
	font-family: Arial,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
}
.bg-light{
	background-color: #ffffff!important;
}
.nav-item{
	margin-right: 1.5rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color: #149fbd;}
.navbar-light .navbar-nav .nav-link{
	color: #5b5757;
	font-weight: bold;
}
.figure-caption{
	color: #ffffff;
    margin-top: -23%;
    margin-bottom: 23%;
    margin-left: 5%;
    font-size: 1rem;
}
.content{

}
.footer{

	margin-top:2.8rem;

}
.footer .footer_banner_text{
	margin-top: -4rem;
	font-size: 1.25rem;
	color: #616161;
}
@media (max-width: 768px) {
    .footer .footer_banner_text{
       margin-top: -1.2rem;
    font-size: 0.7rem;
        color: #616161;
    }

}
.margin-top1rem{
	margin-top: 1.0rem;
}
.margin-top2rem{
	margin-top: 2.0rem;
}



.dive_text{
	    background: #ffffff;
	    font-size: 1rem;
	    margin: 5% 0;
	    padding: 12% 10%;
	    color: #474747;
}
.dive_text1{
	        background: #ffffff;
    opacity: 0.8;
    font-size: 1rem;
    margin: 0 auto;
    width: 70%;
    padding:5%;
    color: #000000;
    text-align: left;
}
.selectpicker{
    margin-top: 5px;
    width: 66px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    align-items: center;
    text-align: center;
}
.login_email_input{
    border-radius: 30px;
    padding-left: 50px;              /*设置内边距防止遮盖住图片*/
    background-image: url("../images/login_email.png") ;
    background-size:25px 25px;
    background-repeat:no-repeat ;
    background-position: 20px 5px;
    background-clip: padding-box;
}


.login_pwd_input{
    border-radius: 30px;
    padding-left: 50px;              /*设置内边距防止遮盖住图片*/
    background-image: url("../images/login_pass.png") ;
    background-size:25px 25px;
    background-repeat:no-repeat ;
    background-position: 20px 5px;
    background-clip: padding-box;
}
.register_ckcode_input{

    padding-left: 50px;              /*设置内边距防止遮盖住图片*/
    background-image: url("../images/check_code.png") ;
    background-size:25px 25px;
    background-repeat:no-repeat ;
    background-position: 20px 5px;
    background-clip: padding-box;
    border-radius: 30px;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.login_submit_btn{
    border-radius: 25px !important;
    width: 100px;
    background-color: #149FBC;
    height: 40px;
    line-height: 15px;
    border-color: #149FBC;
    margin-top: 20px;
    color: #ffffff;
}
.register_form_input_bottom{
   margin-bottom: 20px !important;
}
.get_check_code_btn{
    color:#ffffff;
    margin-left:20px;
    border-radius: 20px;
    width: 100px;
    height: 35px;
    background-color: #149FBC;
    font-size: 13px;
    line-height: 23px;
}
.input_back{
    background-color: #F1F1F1
}
.reset_pwd_title{
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}
.reset_pwd_title .child1{
    width:100px;
    float:left;
    margin-left:7px;
    display:inline;
    font-size: 25px;
}
.reset_pwd_title .child2{
    width: 45px;
    float:right;
    padding-right:4px;
}
.user_controller_form{
    display: flex;
    padding-top: 30px;
}
.user_controller_form_list{
    width: 19%;
    height: 600px;
    background-color: #ffffff;
}
.user_controller_form_list ul{
    text-align: center;font-size: 25px
}
.user_controller_form_list ul li{
    border: none;
}
.user_controller_form_content{
    padding: 0 20px;
    width: 75%;
    height: 240px;
    background-color:#ffffff;
    margin-left: 20px;
    display:flex;
    align-items: center
}
.user_controller_order_form_content{
    padding: 20px 40px;
    width: 75%;
    height: 600px;
    background-color:#ffffff;
    margin-left: 20px;
}
.user_logout_btn{
    border: none;
    width: 100px;
    height: 30px;
    font-size: 20px;
}
.user_order_logs{
    background-color: #F4F4F4;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
}
.user_order_logs span{
    width: 170px;
    padding-left: 20px;
    display:inline-block;
}
.user_order_logs_list_content{
    width: 100%;
    border: 1px solid #b4e5ef;
    margin-top: 10px;
    height: 100px;
}

.user_order_logs_list_content .title{
    height: 30px; background-color: #b4e5ef;width:100%;display:flex;align-items: center;
}
.user_order_logs_list_content .title span{
    margin-left: 20px;
}
.user_order_logs_list_content .title .span_order_nos{
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, black 0%, black 24.9%, #30cae9 25%, #30cae9 75%);
}
.user_order_logs_list_content .content{
    height:100%;display: flex;align-items: center;
}
.user_order_logs_status{
    padding-top: 20px;border-bottom: 2px solid #007597;
}
.user_order_logs_status li{
    margin: 0;border-radius: 0;border: 0
}
.package_content_title{
    color: #9eceda;
}
.package_content_title{
    color: #9eceda;
    text-align: center;
    font-size: 25px;
}
.package_content_title:before,.package_content_title:after{
    content: "";
    width: 100px;
    border-top: 1px #D4D4D4 solid;
    display: inline-block;
    vertical-align: middle;
}
.package_content_title:before{
    margin-right: 10px;
}
.package_content_title:after{
    margin-left: 10px;
}
.package_order_detail_submit{
    width: 10%;
    background-color: #e73155;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 50px auto;
    border-radius: 15px;
}



/*** product_detail ***/

      
       
.product_detail_top_img{
    margin-top: 5%;
    margin-bottom: 5%;
}
.product_detail_top_text{
    margin-bottom: 5%;
}
.product_detail_top_text_price{
    color: red;
}
@media (max-width: 1200px) {
    .product_detail_top_img{
        margin-top: 4%;
        margin-bottom: 4%;
    }
}
@media (max-width: 768px) {
    .product_detail_top_img{
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .product_detail_top_text p{
        margin-bottom: 5px;
    }
    .product_detail_top_text hr{
        margin: 3px;
    }

}