.nav{
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
}

.introduce{
    margin: 10px 0 10px 5px;
    text-align: center;
    border: 1px solid #efcb25;
    border-radius: 10px;
    padding: 5px 10px;
}
.introduce a{
    color: #FFF;
}
.Post_bottom{
    text-align: center;
    /* border: 1px solid #efcb25;
    border-radius: 10px;
    padding: 6px 20px; */
    position: fixed;
    bottom: 10px;
    left:0;
    right:0;
    z-index: 99999;
    /* margin:0 auto;
    width: 80%;
    background-color: #FFF; */
}
.wrap{
    width: 90%;
    margin: auto;
}
.content{
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
}
.TradeName{
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    padding: 5px 0;
}
.information{
    padding: 10px 10px;
    display: flex;
}
.information span{
    color: red;
}
.information .logo{
    max-width: 45%;
    margin-right: 10px;
}
.information .logo img{
    display: block;
    width: 100%;
}
.information>div:nth-child(2){
    flex: 1;
}
.information>div:nth-child(2) div{
    margin-bottom: 5px;
}
.btn{
    border:1px solid black;
    border-radius: 5px;
    text-align: center;
    width: 50%;
    float: right;
    margin-top: 5px;
}
.btn a{
    display:block;
    width: 100%;
}
.size{
    font-size: 12px;
}


.bg{
    width: 100%;
    height: 100%; 
    background: rgba(0,0,0,0.3);
    position:fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
#main2Content{
    border-radius: 10px;
    background-color: #FFF !important;
    width: 90%;
    overflow: hidden;
    position:absolute;
    top:15%;
    left:0;
    right:0;
    margin:0 auto;
}
@media screen and (min-width: 800px) {
    #main2Content {
		width: 35%;
    }
}
.input_box input{
    display: block;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin:12px auto;
    width: 90%;
    height: 30px;
    font-size: 14px;
}
#login{
 background-color: orange;
 color: #FFF;
 border-radius: 20px;
 width: 30%;
 display: block;
 margin: 12px auto;
 text-align: center;
 font-size: 16px;
 padding: 10px;
}
#lostPwd{
    display: block;
    text-align: right;
    margin-right: 20px;
}
.Tips{
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
    font-size: 12px;
}

.NonUser{
	text-align: center;
	padding: 30px 10px;
}

.NonUser .NonUserBtn{
	display: flex;
	justify-content: space-around;
}

.NonUser .NonUserBtn div{
	border:1px solid #cccccc;
	padding: 10px 25px;
	margin-top: 30px;
	border-radius: 25px;
}

.NonUser .NonUserBtn div:nth-child(1){
	color: red;
	border-color: red;
}

.NonUser .NonUserBtn div:nth-child(1) a{
    color: red;
}









