/* btn */

/* personal data slide tofggle */
.person-certi-all button {
    width: 40px;
    height: 22px;
    padding: 3px;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 400;
    text-align: center;
    border: 0 solid transparent;
    background-color: transparent;
    color: #127652;
}
.person-certi-all button:active {
    border: 0 solid #fff;
} 

/* index1 peronal data slide toggle */
.person-certi-all-02 button {
    width: 40px;
    height: 22px;
    padding: 3px;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 400;
    text-align: center;
    border: 0 solid transparent;
    background-color: transparent;
    color: #127652;
}
.person-certi-all-02 button:active {
    border: 0 solid #fff;
} 

/* movepage button */
.movepage button {
    width: 310px;
    height: 36px;
    color: #fff;
    background-color: #127652;
    border: 1px solid #127652;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}
.movepage button:active {
    border: 0 solid #eee;
}

/* scrolltop button */
#scrolltop {
    display: inline-block;
    background-color: #130a018c;
    border: 1px solid #130a0100;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 60px;
    right: 35px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    
}
#scrolltop::after {
    content:' \2191';
    font-size: 20px;
    font-weight: bold;
}
#scrolltop.show {
    opacity: 1;
    visibility: visible;
}

.a-mobi-cell-right input[type="button"] {
    width: 80px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #127652;
    background-color: #fff;
    color: #127652;
    line-height: 23px;
    vertical-align: middle;
}

.plus-goods-01 {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
.plus-goods-01 input[type="button"] {
    width: 90px;
    height: 27px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #127652;
    background-color: #fff;
    color: #127652;
    line-height: 27px;
    vertical-align: middle;
}

.plus-goods-02 input[type="button"] {
    width: 90px;
    height: 27px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #127652;
    background-color: #fff;
    color: #127652;
    line-height: 27px;
    vertical-align: middle;
}

.a-cardveri-cell-but input[type="button"] {
    width: 80px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #127652;
    background-color: #fff;
    color: #127652;
    line-height: 23px;
    vertical-align: middle;
}

.a-accnumveri-cell-but input[type="button"] {
    width: 80px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #127652;
    background-color: #fff;
    color: #127652;
    line-height: 23px;
    vertical-align: middle;
}
/* going back page move button */
#backpage01 {
    color: #fff;
    display: inline-block;
    background-color: #130a018c;
    border: 1px solid #130a0100;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 60px;
    left: 30px;
    z-index: 1100;
}
#backpage01::after {
    content: ' \003c';
    font-size: 20px;
}
#backpage02 {
    color: #fff;
    display: inline-block;
    background-color: #130a018c;
    border: 1px solid #130a0100;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 60px;
    left: 30px;
    z-index: 1100;
}
#backpage02::after {
    content: ' \003c';
    font-size: 20px;
}
/* going back page button end */