
#mobile #scollApp{   /* add scroll */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#mobile .scroll_main{ /* add scroll */
    margin: 0 auto 0;
    height: calc(100vh - 1.33rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.competition_process{
    margin: 38px auto 0;;
    width: 1280px;
    height: auto;
    min-height: 650px;
}
#mobile .competition_process{
    width: 100%;
    margin: 0;
    min-height: calc(100vh);
    overflow: auto;
}
.competition_process_content{
    padding-bottom: 82px;
}
#mobile .competition_process_content{
    padding: 0 .4rem 0;
    min-height: calc(100vh - 1.33rem);
}
.competition_process>div>p{
    border-bottom: 1px solid #EDEDED;
    padding: 31px 1px 12px 1px;
}
#mobile .competition_process>div>p{
    border-bottom: 1px solid #EDEDED;
    padding: .4rem 0;
    height: auto;
}
.competition_process>div>p>a{
    display: block;
   height: 60px;
}
#mobile .competition_process>div>p>a{
    display: block;
    height: auto;
}
.competition_process>div>p>a:nth-child(1)>span{
    display: block;
}
.competition_process>div>p>a:nth-child(1)>span:nth-child(1){
    height: 45px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
}
#mobile .competition_process>div>p>a:nth-child(1)>span:nth-child(1){
    height: auto;
    font-size: .427rem;
    line-height: .533rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .5rem;
    overflow: hidden;
}
.competition_process>div>p>a:nth-child(1)>span:nth-child(1):hover{
   color: #A00000;
}
.competition_process>div>p>a:nth-child(1)>span:nth-child(2){
  
    font-size: 12px;
    color: #333333;
}
#mobile .competition_process>div>p>a:nth-child(1)>span:nth-child(2){
    font-size: .32rem;
    color: #999999;
}
.competition_process>div>p>a:nth-child(2){
    margin-top: 10px;
    width: 106px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #D5DEDE;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    color: #333333;
   
 }
 .competition_process>div>p>a:nth-child(2):hover{
    background: #A00000;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
 }

 /* add scroll */
.loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
.loadingH5-icon{color: #707070;}
.loaderH5{
    display: none;
    position: relative;
    font-size: .133rem;
    margin: .106rem auto;
    text-indent: -9999em;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #999;
    background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
    -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
    -o-animation: scrollMoreLoaderH5An 1s infinite linear;
    animation: scrollMoreLoaderH5An 1s infinite linear;
 }
 .loadingH5 .loaderH5{
     display: block;
 }
 .loadingH5 .loaderH5:before {
     width: 50%;
     height: 50%;
     background: #999;
     border-radius: 100% 0 0 0;
     position: absolute;
     top: 0;
     left: 0;
     content: '';
 }
 .loadingH5 .loaderH5:after {
     background: #fff;
     width: 72%;
     height: 75%;
     border-radius: 68%;
     content: '';
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }
@-webkit-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes scrollMoreLoaderH5An {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 }