
body {

	margin: 0;
	color: #fff;
    font-size: 18px;
	line-height: 1.4;
	background: #000;
}
a{cursor: pointer}
.modal-dialog {
    max-width: 740px;
    margin: 30vh auto 15px;
    width: 94%;
}
b, strong {
    font-weight: bold;
}
.show {
    display: block !important;
    opacity: 1;
}
.mm{display:block;margin-bottom: 15px;}
.mm img{max-width: 180px}
.modal-backdrop.fade {
	opacity: 0.5;}
td p {margin:0}
::placeholder { color: #efa625;}


.text::placeholder{color: #898989;}
textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
  border-radius: 0;
    font-size: 16px;
    border: 1px solid #4c4949;
    color: #545263;
    background-color: #fff;
    padding: 14px 16px;
    display: block;
    width: 100%;
    box-shadow: none !important;
    height: auto;border-radius: 12px;
}

/*input , select {
    -webkit-appearance: none;  
    -moz-appearance: none;  
    appearance: none;
}*/

.icon{
    position: relative;
    top: -2px;
    margin-right: 5px;
}	
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: inherit;
    vertical-align: middle;
    border-top: 0;
}
.all{min-height: calc(100vh - 100px);}
.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 10px 5px;
    background: #c9caca;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #efa625;
}
.nav-pills>li>a {
    border-radius: 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.nav>li>.active {
	background: #efa625;}
.btnn {
	background: #e65c7d;
	font-size: 20px;
	font-weight: bold;
	border: 0;
	border-radius: 15px;
	padding: 8px;
	max-width: 250px;
	width: 100%;
	margin: 20px auto;
	display: block;
	transition: all 1s;
	box-shadow: 0px 0px 15px rgb(230 92 125 / 0.58);
	color: #ffffff;
}
.a48{width: 48%}
#gotop .fa{margin: 10px 0;}

.tit{background: #005baa; display: inline-block; padding: 5px 10px; color: #FFF;text-align: left;}
.tit2{background: #005baa; display: block; padding: 5px 10px; color: #FFF; text-align: center; margin: 0 auto; max-width: 600px;}
.input {
	margin-bottom: 15px;
}

.input>div {
	margin-bottom: 10px
}
.btnn:hover {
	background: #ff2358;
	color: #ffffff;
}

.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
    color: #fffc11 !important;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"]{margin-top:4px}

hr{border-top: 2px dashed #005baa;}
.btnn1{margin: 0 !important;float: left;max-width: 40%;}
.btnn2{background: #ffab2f; box-shadow: 0px 0px 15px rgb(255 175 57 / 0.5); float: right; margin: 0 !important; max-width: 40%;}
.btnn2:hover{background: #ff9800;}

select, select.form-control {
	border-radius: 0;
    font-size: 16px;
    border: 1px solid #4c4949;
    background-color: #fff;
    padding: 14px 16px;
    display: block;
    width: 100%;
    box-shadow: none !important;
    /*height: auto !important;*/
    line-height: 1.846;border-radius: 12px;
}
#gotop {
	position: fixed;
	z-index: 90;
	right: 28px;
	bottom: 28px;
	display: none;
	width: 50px;
	font-size: 30px;
	height: 50px;
	color: #fff;
	background: #00000091;
	line-height: 46px;
	border-radius: 50%;
	transition: all 0.5s;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 4px #fff;
}
h4 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;text-align: left
}
p {
	margin-bottom: 10px;
}

input[type="checkbox"] {
	margin-right: 5px;
}
.long {
	max-height: 390px;
	overflow-y: auto;
	border: 1px solid #c1c1c1;
	padding: 10px;
	font-size: 12px;
	padding-left: 30px;
	word-break: break-all;
}
.long ol, .long ul {
	padding-left: 0
}
#gotop:hover {
	background: #ffad00;
}

.content {
	padding: 15px 15px 30px;
    max-width: 1200px;
    margin: 0 auto;
    
}
ol {
	padding-left: 20px;
}
a:hover {
	text-decoration: none;opacity: 0.9;    transition: all 0.5s;
}

.banner1 {
	width: 100%;
}
.banner2 {
	width: 100%;
	display: none
}
.pc {
	display: block;
		
}
.phone , .ph {
	display: none;
		
}
.banner{margin: 0 auto;
    width: 100%;max-width: 1280px;}
.go{background: #b92e2e;
    width: 100px;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    padding: 5px;
    cursor: pointer;transition: all 1s;}
.go:hover{background: #fb3f3f;}
.to{display: none}
.modal-open .modal {
    background: rgb(0 0 0 / 70%);
}
.nav{max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    margin-top: -60px;
   }
@media (max-width:991px) {
	.table{font-size: 13px;}
	.u-header--sticky-top {
    background: rgb(0 0 0 / 90%) !important;
}
	.gogo{box-shadow: 0px 0px 10px #39cdea, 0px 0px 10px #39cdea;
    background: rgb(0 0 0 / 80%);
    font-size: 20px;
    color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    padding: 15px;
    text-align: center;}
	.nav{margin-top: 20px;
    text-align: center;}
	.pc {
		display: none
	}
	.phone , .ph {
		display: block
	}
	#gotop {
		right: 10px;
		bottom: 10px;
	}
	.banner1 {
		width: 100%;
		display: none
	}
	.banner2 {
		width: 100%;
		display: block
	}
	.input>div>span{display: block}
	.tit2 , .tit{font-size: 14px;}
	.in{font-size: 14px;}
	.tit2{text-align: left}
	.a48{width: 100%}
	.phbt{width: 135px !important;
    margin: 0 5px 15px !important;font-size: 18px !important;}
	#gotop{display: none !important}
}


input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #0063c0;
    border-color: #0063c0;
}
input[type="checkbox"]:focus:after, .checkbox input[type="checkbox"]:focus:after, .checkbox-inline input[type="checkbox"]:focus:after{
	  
    border-color: #0063c0;
}
input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
    background-color: #a40002;
}

input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
    border-color: #a40002;
}


.navbar-nav .nav-link {
font-weight: 100 !important;
    font-size: 16px;
}


.mb-2 {margin: 0;
    margin-bottom: 10px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4rem;
    color: #545263 !important;
}
		.mt-4, .my-4 {
    margin-top: 24px;
}
		
		.container{max-width: 1140px;
    display: block;
    margin: 0 auto;
    padding: 15px;}
.ok{padding: 5%;}
.ok_1 {
    color: #ed6541;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 15px;
}
.ok_2{
    width: 150px;
    margin: 20px 0 20px;
}
.ok_3{color: #7EBE30;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;}
.ok ul {
    padding-left: 0;
    list-style: none;
}
.ok li {
    padding: 15px;
    background: rgb(0 0 0 / 15%);
    border-radius: 12px;
    margin-bottom: 15px;
}
@media (min-width:992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.gogo {
    position: fixed;
    transition: all 0.2s ease-in-out;
    right: 20px;
    top: 50%;
    z-index: 11;
    margin-top: -70px;
    width: 140px;
    height: 140px;
    cursor: pointer;
    border-radius: 50%;
    background: -o-linear-gradient(left, #24a7cc, #9173ba);
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    border: 6px solid #FFF;
    box-shadow: 0px 0px 20px #0072c8, 0px 0px 40px #0072c8;
    background: rgba(0, 0, 0, 0.47);
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 50px 0;    font-weight: bold;
}
.gogo:hover {
    box-shadow: 0px 0px 20px #93fff5, 0px 0px 40px #07ebff;
    transition: all 0.2s ease-in-out;
}
.gogo:before {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 34px;
    height: 2px;
    background: #fff;
}}


@media (max-width:991px) {
.ok{margin-bottom: 10%;padding: 0;}
.ok_1{
   
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.ok_2{
    width: 100px;
    margin: 20px 0 20px;
}
.ok_3{color: #7EBE30;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;}	
	#tag6{padding-bottom: 60px;}
body{font-size: 14px;   }	
.u-header__section {
    padding: 15px 0;
}	
	
}

#gotop:hover {
    background: #ffad00;
}
#gotop {
    position: fixed;
    z-index: 90;
    right: 28px;
    bottom: 28px;
    display: none;
    width: 50px;
    font-size: 30px;
    height: 50px;
    color: #fff;
    background: #00000091;
    line-height: 46px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 4px #fff;
}
a:focus, a:hover {
    color: #ffffff;
}

.pp{    border: 2px solid #FFF;
    box-shadow: 0px 0px 20px #ffd300, 0px 0px 30px #ffd300;
    background: rgba(0, 0, 0, 0.47);
    color: #fff;
    border-radius: 99em;
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 40px auto 30px;
    display: block;
    cursor: pointer;transition: all 0.2s ease-in-out;}
.pp:hover{box-shadow: 0px 0px 20px #93fff5, 0px 0px 30px #07ebff;
    transition: all 0.2s ease-in-out;}