.logo{
    width: auto;
    height:100px;
    margin-left: 8%;
    display: flex;
    flex-direction:column;
    justify-content: center;
}

.tag{
    width: auto;
    height:100px;
    display: flex;
    margin-left: auto;
    margin-right: 5%;
    flex-direction:column;
    justify-content: center;
    font-size: 18px;
}

.outer-box-header {
    display: flex;
    background-color: #fff;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}

.outer-box2{
    max-width:600px;
    margin:0 auto;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}

.outer-box3{
    max-width:400px;
    margin:0 auto;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}

.inner-box-left2 {
    margin: auto;
    text-align: left;
    vertical-align: middle;
    padding: 30px;
}

.inner-box-right {
    display: table-cell;
    margin: 0;
    background: #f4f5f7;;
    vertical-align: middle;
}

.inner-title{
    display: flex;
    width: 100%;
    font-size:15px;
    color:#A0A0A0;
}
.inner-input{
    display: flex;
    width: 100%;
    height: 35px;
    font-size:15px;
    color:#A0A0A0;
}
.inner-input2{
    display: flex;
    height: 35px;
    font-size:15px;
    vertical-align: center;
    flex-direction:row;
    justify-content: center;
    color:#A0A0A0;
}


.inner-input3{
    display: flex;
    height: 35px;
    font-size:15px;
    vertical-align: center;
    flex-direction:row;
    justify-content: center;
    color:#A0A0A0;
}

.inner-button-div{
    display: flex;
    height: 35px;
    font-size:15px;
}


.inner-top{
    font-size:20px;
    color: #23241f;
    font-weight:700;
}

.inner-button{
    min-width:116px;
    max-width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    height: 35px;
    background: #2b63ed;
    color: white;
    outline:none;
}


.inner-center{
    text-align:center;
}

.inner-button2{
    width: 50%;
    display:block;
    margin:0 auto;
    height: 35px;
    background: #2b63ed;
    color: white;
    outline:none;
    text-align: center;
}

.line{
    width:100%;
    height:20px;
    float:left;
    border-bottom:1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}
.gen{
    display: flex;
    margin-top: 10px;
    width: 100%;
    font-size:15px;
}

.gen-left{
    width: 73%;
    font-size:15px;
}

.gen-right{
    margin-top: -5px;
    margin-left: 2%;
    width: 26%;
    font-size:15px;
}

.gen-list{
    display: flex;
    width: 100%;
    font-size:15px;
    padding-bottom: 5px;
}

.gen-list-left{
    width: 40%;
    font-size:15px;
    color:#A0A0A0;
}

.gen-list-right{
    width: 60%;
    font-size:15px;
}

.gen-list-input{
    display: flex;
    width: 100%;
    height: 35px;
    font-size:15px;
    color:#A0A0A0;
}
.gen-list-input input[readonly]{
    cursor: copy;
}


.gen-share{
    display: flex;
    width: 100%;
    font-size:15px;
    margin-top: 10px;
}

.gen-button{
    width: 18%;
    display: block;
    height: 35px;
    outline:none;
    margin-right: 10px;
    background: url(../../assets/download.png) left center no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
}

.gen-button-download{
    max-width: 150px;
    display: block;
    height: 35px;
    outline:none;
    font-size:15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    background: url(../../assets/download.png) left center no-repeat;
    background-size: 20px 20px;
    background-position: 5px;
}

.gen-button-share{
    max-width: 150px;
    display: block;
    height: 35px;
    outline:none;
    font-size:15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    background: url(../../assets/share.png) left center no-repeat;
    background-size: 20px 20px;
    background-position: 5px;
}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.tab .nav-tabs{
    border: none;
    border-bottom: 2px solid #079fc9;
    margin: 0;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin: 0 10px -1px 0;
    font-size: 17px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: 2px solid #e6e5e1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    background: #fff;
    color: #079fc9;
    border: 2px solid #079fc9;
    border-bottom-color: transparent;
}
.tab .nav-tabs li a:before{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{ transform: scaleX(1); }
.tab .tab-content{
    padding: 10px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{ border: none; }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a{
        margin: 0;
        border-bottom: 2px solid transparent;
    }
    .tab .nav-tabs li a:before{
        content: "";
        width: 100%;
        height: 2px;
        background: #079fc9;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}

#back-to-top{
    position:fixed;
    bottom:60px;
    right:60px;
    cursor: pointer;
}
#back-to-top a{
    background:#d1d1d1 url(../arrow_up.png) no-repeat center center;
    border-radius:6px;
    display:block;
    height:60px;
    width:60px;
}
#back-to-top a:hover{
    background:#979797 url(../arrow_up.png) no-repeat center center;
}
