﻿.alert-info{
	font-size:18px !important;
}
h3{
	margin-top:0px !important;
}
.page{
	font-size:14px;
	margin-top:20px;
}
.alert a:hover{
	border-bottom:0px !important;
	padding-bottom:0px;
}
.cont{
	font-size:16px;
	line-height:2em;
	text-indent:35px;
}

.gonggao{
	
}

@media screen and (max-width:1149px) {
	.thread_posts_list{
		width:65% !important;
	}
	
	.gonggao{
		width:80px;
	}
	.alert,.cont{	 
		 width:84%!important;
	 }
	 .alert-info{	 
		 width:77%!important;
	 }
}
.abox .tu01{
	width:98%;
	margin-top:-15px!important;
	
	margin-bottom:20px;
}

.bao {
    text-align: center;
    background: #4dbfdd;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 1%;
}

.checkproxy li{ 
	display:inline-block;
	height:32px;
	line-height:32px;
	padding-left:20px;
	color:#4D4D4D;
} 

.whli1{
	width:12%;
}

.whli2{
	width:33%;
}

.checkproxy ul,.checkproxy tr{
	border-bottom:1px dashed #CBE8EF;
	width:100%;
}

.checkproxy table td{ 
	height:32px;
	line-height:32px;
	color:#4D4D4D;
}

.inotice{
	width:100%;
}
.inotice td{
	padding-left:20px;
}

.mbox .sbox p input {
    width: 483px;
    font-size: 18px;
    background-color: transparent;
    display: block;
    height: 66px;
    line-height: 66px;
    padding: 0 21px;
}

.mbox .sbox p {
    height: 66px;
    display: block;
    float: left;
    width: 525px;
    padding-left: 1px;

    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mbox .sbox {
    width: 796px;
    height: 66px;
    background: rgba(255, 255, 255, 0.40);
    border: 2px solid #4dbfdd;
    margin: auto;
    margin-top: 2.5%;
}


.mbox {
	background:0;
}

.iphst{
	margin-top:20px !important; 
	margin-left:40px !important; 
	margin-right:40px !important; 
	white-space:normal !important; 
	word-break:break-all !important; 
	line-height:25px;
}

.mbox .sbox p {
    width: 590px;
}

.mbox .sbox {
    height: 400px;
}

.mbox .sbox p{
	height: 400px;
	
}

#proxylist {
	font-size:14px;
	width:100%;
	height:400px;
	padding:6px;
	scrollbar-arrow-color: #abdeec;
    scrollbar-face-color: #abdeec;
    scrollbar-3dlight-color: #abdeec;
    scrollbar-highlight-color: #333;
    scrollbar-shadow-color: #abdeec;
    scrollbar-darkshadow-color: green;
    scrollbar-track-color: #eef6f8;
	resize:none;
	box-sizing: border-box;
	line-height: 25px;
}

#proxylist::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#proxylist::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    background: #abdeec;
}
#proxylist::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 6px;
    background: #eef6f8;
    margin-top: 6px;
    margin-bottom: 6px;
}



.mbox .sbox .chckbtn {
    margin-top: 346px;
}


.mbox .sbox span input {
    display: inline-block;
    width: auto;
    background-color: #4dbfdd;
    color: #fff;
    height: 66px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0;
    padding-left: 11px;
    padding-right: 11px;
}

.clearbtn{
	background-color: #c9d6d9 !important;
	color: #fff !important;
}


.alert{
	font-size:14px !important;
}
.form-control{
	display:inline !important;
	padding:5px;
}
.hh{
	height:10px;
}
.btn{
	padding:7px;
	padding-top:3px;
	padding-bottom:3px;
}
@media screen and (max-width:1441px) {
	table tr,
	table th,
	table td {
	  font-size: 14px;
	}
	
}


@media screen and (max-width:1149px) {
 .alert{	 
		 width:84%;
	 }

}

.page{
	font-size:14px;
}

#selectBox input,#selectBox select{
	font-size:14px;
	padding:5px;
}

.layui-btn{
	display:inline;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
}

#linklist{
	line-height:30px;
}
#linklist a{
	text-shadow: none !important;
    font-weight: 300 !important;
    padding: 3px 6px 3px 6px !important;
    color: #fff !important;
	background-color:#6da9de !important;
	margin-right:20px;
	white-space:nowrap;
}

#linklist a:hover{
	text-decoration: none !important;
	border-bottom:0px !important;
	background-color:#609ed5 !important;
}

.progress-bar {
    color: #42464b;
}
.bg-success {
    background-color: #31cb72 !important;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3f87fd;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.bg-warning {
    background-color: #f1c31c !important;
}
.bg-danger {
    background-color: #ff5b5b !important;
}
.progress {
    text-align: center;
}
.progress {
	height: 15px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #e9ecef !important;
    border-radius: .25rem;
	margin-bottom:0px !important;
}

.mb-2, .my-2 {

	font-size:12px !important;
}

table tr td {
  background: #fcfbf9;
}

.iphst{
	margin-top:35px !important;
}

.wcheck{
	color: #f2c3a2;
    font-style: italic;
}

table tr td img{
	width: 15px !important;
}

.badpx{
	color: #cbcac9;
    font-style: italic;
}

#ipc td,#ipc th,#ipc span,#ipc button,#ipc a{
	font-size:12px !important;
}

.hzwd {
    border: 1px solid #f2d2b1;
    background: #faeed3a3;
    color: #c78746;
    padding: 10px !important;
    margin-top: 20px;
    box-shadow: 1px 1px 5px #fae9c4;
    font-size: 14px;
    padding-left: 16px !important;
	margin-left:41px;
	margin-right:41px;
	line-height: 25px;
}


element.style {
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.daochu{
	margin-top:30px;
	margin-bottom: 38px;
    overflow: hidden;
}

.daochu input {
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
	float:right;
}


element.style {
    margin-top: 0px;
}

.mbox {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.mbox .sbox span input {
    height: 50px !important;
}

.mbox .sbox span {
    height: 50px !important;
    line-height: 50px !important;
}

.hzwd a{
	color:#78a1dd;
}

.ipat{
    border: 1px solid #93d7e6;
    background: #f1faff;
    color: #4fb7c2;
    padding: 10px !important;
    margin-top: 20px;
    box-shadow: 1px 1px 5px #d7f0f6;
    font-size: 14px;
    padding-left: 16px !important;
    line-height: 25px;
    margin-left: 41px;
    margin-right: 41px;
}
.ipat a{
	color: #4fb7c2;
 }
 
 .ipat_l{
	float:left;
	width:48%;
 }
 
 #sbtn{
	 width:130px;
 }

@media screen and (max-width:1149px) {
	.mbox .sbox .chckbtn {
		margin-top: 350px;
	}
	.mbox .sbox p {
		width: 65% !important;
	}
	
	.mbox .sbox span {
		width: 34% !important;
	}
	
	 #sbtn{
		 width:100px;
	 }
}
