body{
	margin: 0;
	padding: 0;
    color:#000;
    background: #fefefe;
}
a,ul,li{
	text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}
.page-app{
    width: 100%;
    height: 100%;
}
.page-bg{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
}

.page-nav{
    height: 45px;
    line-height: 45px;
    background: #ba2e26;
}
.page-nav{
    height: 45px;
    background: #ba2e26;
    position: relative;
}
.page-nav h3{
    margin: 0;
    font-size: 16px;
    color:#FFF;
    text-align: center;
    line-height: 45px;
}
.page-nav a.back{
    padding:0 12px;
    position: absolute;
    top:0;
    left: 5px;
    color:#FFF;
    font-size: 16px;
}

.page-tab ul{
    display: block;
    overflow: hidden;
}
.page-tab ul li{
    width: 50%;
    height: 45px;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
}
.page-tab ul li a{
    line-height: 45px;
    color:#000;
    font-size: 14px;
}
.page-tab ul li.active a{
    color:#ba2e26;
}
.page-tab ul li.active:after{
     content:" ";
     width: 22px;
     height: 3px;
     background: #ba2e26;
     display: block;
     border-radius: 10px;
     position: absolute;
     bottom: 5px;
     left:50%;
     margin-left: -11px;
}
.page-tab .tab-content{
    padding-top:16px ; 
}
.page-tab .tab-content .tab-pane{
    display: none;
}
.page-tab .tab-content .tab-pane.active{
    display: block;
}

.page-tab .tab-content .box{
    min-height: 187px;
    width: calc(100% - 34px);
    background-color: #fff;
    box-shadow: 0px 5px 28px 0px rgba(0, 3, 72, .1);
    margin: 0 17px 2px 17px;
    border-radius: 11px;
    position: relative;
    justify-content: center;
    padding: 5px 11px 17px;
}

.page-form .item{
    display: flex;
    flex-direction: column;
    padding: 11px 0;
    font-size: 16px;
    color: #080808;
    box-sizing: border-box;
    border: 0px;
    border-bottom-width: 0.5px !important;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    flex-direction: row;
    border-bottom: 1px solid #f1f1f1;
}
.page-form .item .item-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 120px;
    line-height: 40px;
}
.page-form .item .item-title h3{
   font-size: 14px;
   margin: 0;
   font-weight: 400;
}
.page-form .item .item-title span{
   color:#c00;
}
.page-form .item .item-content{  

    flex: 1;
}
.page-form .item .item-content .input input{  
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: 0;
    font-size: 14px;
}
.page-form .item .item-content .input textarea{  
    width: 100%;
    min-height:80px;
    line-height: 20px;
    outline: none;
    border: 0;
    font-size: 14px;
}
.page-form .item .label{
    padding: 0;
    color:#000;
    font-size: 14px;
    line-height: 40px;
}

.page-tab .tab-content .btn{
    display: block;
}
.page-tab .tab-content .btn input{  
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    border-radius: 6px;
    margin: 0;
    padding: 0px 15px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(186, 46, 38);
    display: block;
    border: 0;
}






.upload-add{
    width: 80px;
    height: 80px;
    background: #e6e6e6;
    float: left;
    margin: 5px 5px 5px 0;
    text-align: center;
    position: relative;
}
.upload-add .icon{
   font-size:20px;
   color:#838383;
   margin: 18px 0 0;
}
.upload-add .wz{
    line-height: 20px;
    font-size:13px;
    color:#838383;
    display: block;
    margin: 0;
}
.upload-add input{
    width: 80px;
    height: 80px;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}


.upload-item{
    width: 80px;
    height: 80px;
    border: 1px solid #cfcfcf;
    float: left;
    margin: 5px 5px 5px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.upload-item img{
    width: 76px;
    height: 76px;
    margin: 1px;
}
.upload-item i{
    width: 40px;
    height: 40px;
    background: #e83a30;
    position: absolute;
    top: -20px;
    right: -20px;
    transform:rotate(45deg);
    color:#FFF;
}
.upload-item i:before{
    content:' ';
    color:#FFF;
}
.upload-item i span{
    font-size: 10px;
    position: absolute;
    top: 26px;
    left:16px;
}



.page-banner{
	width: 100%;
	max-height:600px;
	position: absolute;
	top:0;
	z-index: 1;
	overflow: hidden;
}
.page-banner .back{
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #ba4848), url(../images/back2.jpg);
    background-size: cover, 100% 100%;
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
}
.page-banner .back img{
	width: 100%;
	visibility: hidden;

}

.page-introduce{
	padding: 15vh 0px 0px;
	position: relative;
	z-index: 2;
}
.page-introduce .area{
	margin: 0 10vw;
    background: rgba(214, 133, 133, .5);
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    color: #e6e6e6;
    text-align: center;
}
.page-introduce .title{
	padding: 6vh 0px 0px;
    font-size: 34px;
    color: #e6e6e6;
    text-align: center;
}
.page-introduce .writing{
	margin: 10vw auto 0;
    background: #e9e9c8;
    border-radius: 30px;
    width: 200px;
    padding: 10px;
    color: #af2222;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


.page-button{
	padding: 68px 114px;
    z-index: 999;
    position: relative;
}
.page-button a{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    border-radius: 50px;
    margin: 0;
    background-image: repeating-linear-gradient(0deg, #ba2e26, #e83a30);
    display: block;
    padding: 0px 17px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
}
.page-button a:nth-child(2){
	box-shadow: rgba(255, 255, 255, 0.063) 3px 3px 4px;
}
