.details-anli-solution{cursor:pointer;}
#details-commerce-solution {
    
}

.form-control {
    width: 320px;
    height: 38px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 7px 0px rgba(96, 93, 114, 0.14);
    margin-top: 15px;
}

.form-control:focus {
    border: 1px solid royalblue;
}

#form-cancel:hover {
    cursor: pointer;
}

#tpl_commerce_solution{
    display: none;
    height: 380px;
    width: 450px;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin:auto;
    background: white;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
    -webkit-box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
    box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
    z-index: 999;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    display: none;
}
