body {
	min-width: 1300px;
	margin: 0px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
}
@font-face {
	font-family: myFont;
	src: url('../fonts/SourceHanSansCN-Bold.otf');
}
.searchable-select-items{
	max-height: 200px;
}
.commontBtn {
	background: linear-gradient(to right, #E1CD9D, #E0CC9B, #D2B782, #C09F64);
}
.sure-btn {
	float: left;
	width: 120px;
	height: 39px;
	margin: 30px 0px 30px 2%;
	text-align: center;
	color: #fff;
	line-height: 39px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 30px;
	background-color: rgba(74, 74, 74, 1);
}
.bottom-white-div{
	float: left;
	width: 100%;
	height: 50px;
	
}
/* 加载中loading的样式-start */
#loading {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	z-index: 999;
}

#loading .loading-content {
	width: 120px;
	height: 140px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	margin: 15% auto;
	text-align: center;
}

#loading .loading-content .loading-icon {
	width: 50px;
	height: 40px;
	margin: 20px auto 10px auto;
}

#loading .loading-content .loading-text {
	color: #e6e6e6;
	width: 100%;
	font-size: 14px;
}

#loading .loading-content .point {
	width: 50px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}

#loading .loading-content .pointer {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #e6e6e6;
	margin: 10px 5px;
	float: left;
}
/* 加载中的样式-end */

/* 弹出框alert的样式-start */
#alert {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;    
	top: 0;
	z-index: 2;
}

#alert .alert-content {
	width: 350px;
    height: auto;
    position: fixed;
    top: 40px;
    padding-bottom: 5px;
    right: -360px;
    background: #fff;
	box-shadow: 0px 1px 10px #aaa;
	border-radius: 6px;
}

#alert .alert-content .alert-bottom {
	width: 6px;
    height: 100%;
    float: left;
    border-radius: 6px 0px 0px 6px;
}

#alert .alert-content .one-line {
	width: 100%;
	height: 30px;
	margin-top: 7px;
}

#alert .alert-content .one-line img {
	width: 20px;
	height: 20px;
	margin: 10px 10px 0px 20px;
	float: left;
}

#alert .alert-content .one-line div {
	width: 80%;
	color: #AAAAAA;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#alert .alert-content .two-line {
	width: 80%;
	height: auto;
	min-height: 30px;
	color: #666666;
	font-size: 13px;
	padding-left: 50px;
	margin-top: 3px;
	/*line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
/* 弹出框alert的样式-end */

/* 确认框confirm的样式-start */
#confirm {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

#confirm #confirm-block {
	width: 30%;
	height: 290px;
	margin: 120px auto;
}

#confirm .confirm-content {
	background: #FFFFFF;
    width: 100%;
    height: 220px;
    float: left;
}

#confirm .confirm-btns {
    background: #FFFFFF;
    width: 100%;
    height: 60px;
    /* margin-top: 5px; */
    float: left;
}

#confirm .confirm-content .confirm-title {
	width: 80%;
	height: 40px;
	float: left;
	font-size: 18px;
	line-height: 40px;
	color: #4F4F4F;
	margin: 20px 0px 0px 30px;
}

#confirm .confirm-content img {
	width: 60px;
	height: 60px;
	margin-top: 10px;
}

#confirm .confirm-content .confirm-msg {
	width: 60%;
	height: 60px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #888888;
	text-align: center;
	margin: 10px 20% 0px 20%;
}
#confirm .imgDiv{
	    text-align: center;
    /* margin: 20px auto; */
    width: 100%;
    float: left;
}

#confirm .confirm-btns .confirm-btn-cancel {
	width: 40%;
	height: 40px;
	margin: 10px 3% 10px 6%;
	text-align: center;
	float: left;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	line-height: 40px;
	color: #C09F64;
	font-size: 16px;
	border-radius: 3px;
}

#confirm .confirm-btns .confirm-btn-sure {
	width: 40%;
	height: 40px;
	margin: 10px 6% 10px 3%;
	text-align: center;
	float: right;
	background: #C09F64;
	border: 1px solid #C09F64;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 3px;
}
/*成功的确认按钮*/
#confirm .confirm-btns .confirm-btn-close {
	width: 80%;
	height: 40px;
	margin: 10px 6% 10px 8%;
	text-align: center;
	background: #C09F64;
	border: 1px solid #C09F64;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 3px;
}
/* 确认框confirm的样式-end */

/* 翻页框-start */
.turn-wrap{
    width: 220px;
    height: 50px;	
    margin: auto;
}
.next-btn{
	float: left;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: #DCDCDC;
    cursor: pointer;
}
.next-btn .next-img{
	margin-left: 60px;
}
.next-btn{
	float: left;
	margin-left: 20px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: #DCDCDC;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}
.next-btn .next-img{
	margin-left: 60px;
}
.previous-btn{
	float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background-color: #DCDCDC;
    cursor: pointer;
     border-radius: 5px;
     display: none;
}
.previous-btn .previous-img{
	margin-left: 20px;
}

/* 翻页框-start */


#SIPBox1,
#SIPBox2,
#SIPBox3,
#SIPBox4,
#SIPBox5,
#SIPBox6,
#SIPBox7,
#SIPBox8 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor {
    position: absolute;
    margin-top: 2px;
    /*margin-left: 1px;*/
    width: 2px;
    height: 20px;
    display: none;
    z-index: 1000;
}

.div-relative {
    position: relative;
    width: 100%;
}

.sipbox-grid {
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
}

.grid-sip {
    top: 0;
    display: flex;
    display: -webkit-flex; /* Safari */
    position: absolute;
    z-index: 71;
    /*display: grid;*/ /*Android5.0以上支持*/
    /*background-color: #ffff00;*/
    /*color: #444;*/
    /*grid-template-rows: repeat(1, 1fr);*/
    /*grid-template-columns: repeat(6, 1fr);*/
}

.box {
    flex-direction: row;
    border: 1px solid;
    padding-left: 0;
    margin-left: 10px;
    color: gray;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
}

.a {
    border-left: 1px solid;
}

.sip {
    width: 80%;
    height: 40px;
    font-size: medium;
    padding-left: 4px;
    padding-right: 4px;
}

.child {
    top: 0;
    visibility: hidden;
    position: absolute;
    z-index: 70;
}

#SIPBox1,
#SIPBox2,
#SIPBox3,
#SIPBox4,
#SIPBox5,
#SIPBox6,
#SIPBox7,
#SIPBox8
::after {
    content: '|';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    font-weight: bold;
    animation-name: viewlinear;
    animation-duration: 1s;
    color: black;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
